wok-stable annotate pcf-uming/receipt @ rev 9072
wqy-microhei, wqy-bitmapfont: fix genpkg_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 15:45:23 2011 +0100 (2011-03-04) |
parents | |
children |
rev | line source |
---|---|
pankso@2778 | 1 # SliTaz package receipt. |
pankso@2778 | 2 |
pankso@2778 | 3 PACKAGE="pcf-uming" |
pankso@2778 | 4 VERSION="1.0" |
pankso@2778 | 5 CATEGORY="x-window" |
pankso@2778 | 6 SHORT_DESC="Light asian fonts for X." |
pankso@2778 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@2778 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@2778 | 9 WEB_SITE="http://www.slitaz.org/" |
pankso@2778 | 10 WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL" |
pankso@2778 | 11 |
pankso@2778 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2778 | 13 genpkg_rules() |
pankso@2778 | 14 { |
pankso@2778 | 15 mkdir -p $fs/usr/share/fonts/X11/uming |
pankso@2778 | 16 cp $src/uming.pcf.gz $fs/usr/share/fonts/X11/uming |
pankso@2778 | 17 chown -R root.root $fs |
pankso@2778 | 18 } |