wok annotate ubuntu-font-family/receipt @ rev 16009

go: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 04 16:30:31 2014 +0000 (2014-03-04)
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 }