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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }