wok-next view pcf-uming/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 10baa41a7882
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="devel@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://mirror.slitaz.org/sources/fonts/$TARBALL"
14 genpkg_rules() {
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 }