wok view pcf-uming/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents 31e3f7df762f
children
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 LICENSE="unknown"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/fonts/X11/uming
17 cp $src/uming.pcf.gz $fs/usr/share/fonts/X11/uming
18 chown -R root.root $fs
19 }