wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="pcf-uming"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Light asian fonts for X."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/fonts/X11/uming
16 cp $src/uming.pcf.gz $fs/usr/share/fonts/X11/uming
17 chown -R root.root $fs
18 }