wok annotate ubuntu-font-family/receipt @ rev 17614
Up scons 2.3.4
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Feb 12 19:32:03 2015 +0000 (2015-02-12) |
parents | feeef374a05a |
children | d1570adae0ba |
rev | line source |
---|---|
pascal@13533 | 1 # SliTaz package receipt. |
pascal@13533 | 2 |
pascal@13533 | 3 PACKAGE="ubuntu-font-family" |
pascal@13533 | 4 VERSION="0.80" |
pascal@13533 | 5 CATEGORY="x-window" |
pascal@13533 | 6 SHORT_DESC="Set of new libre/open fonts" |
pascal@13533 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15601 | 8 LICENSE="other" |
pascal@13533 | 9 TARBALL="$PACKAGE-$VERSION.zip" |
pascal@13533 | 10 WEB_SITE="http://font.ubuntu.com/" |
pascal@13533 | 11 WGET_URL="$WEB_SITE/download/$TARBALL" |
pascal@13533 | 12 |
pascal@13533 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13533 | 14 genpkg_rules() |
pascal@13533 | 15 { |
pascal@13533 | 16 mkdir -p $fs/usr/share/fonts/truetype/ubuntu |
pascal@13533 | 17 cp $src/* $fs/usr/share/fonts/truetype/ubuntu |
pascal@13533 | 18 } |