wok diff pcf-uming/receipt @ rev 11083

Up: claws-mail-spam_report to 0.3.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:56:28 2011 +0000 (2011-10-17)
parents
children 10baa41a7882
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcf-uming/receipt	Mon Oct 17 01:56:28 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pcf-uming"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Light asian fonts for X."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/fonts/X11/uming
    1.19 +	cp $src/uming.pcf.gz $fs/usr/share/fonts/X11/uming
    1.20 +	chown -R root.root $fs
    1.21 +}