wok-6.x view ubuntu-font-family/receipt @ rev 19212
airgeddon: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 14 10:00:11 2016 +0200 (2016-06-14) |
parents | 23c3aed67cd9 |
children | 7b68fd2c893a |
line source
1 # SliTaz package receipt.
3 PACKAGE="ubuntu-font-family"
4 VERSION="0.80"
5 CATEGORY="fonts"
6 SHORT_DESC="Set of new libre/open fonts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://font.ubuntu.com/"
11 WGET_URL="$WEB_SITE/download/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/fonts/truetype/ubuntu
17 cp $src/* $fs/usr/share/fonts/truetype/ubuntu
18 }