wok annotate pcf-uming/receipt @ rev 20831

Add cbatticon
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:31:58 2019 +0100 (2019-02-19)
parents 31e3f7df762f
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"
pascal@16660 8 LICENSE="unknown"
pankso@2778 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@2778 10 WEB_SITE="http://www.slitaz.org/"
pankso@2778 11 WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL"
pankso@2778 12
pankso@2778 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2778 14 genpkg_rules()
pankso@2778 15 {
pankso@2778 16 mkdir -p $fs/usr/share/fonts/X11/uming
pankso@2778 17 cp $src/uming.pcf.gz $fs/usr/share/fonts/X11/uming
pankso@2778 18 chown -R root.root $fs
pankso@2778 19 }