wok-next view unifont/receipt @ rev 19085
rm palemoon
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Apr 30 00:30:13 2016 +0200 (2016-04-30) |
parents | 75dbd88e19cd |
children | d1570adae0ba |
line source
1 # SliTaz package receipt.
3 PACKAGE="unifont"
4 VERSION="8.0.01"
5 CATEGORY="x-window"
6 SHORT_DESC="The Standard GNU Unifont TTF."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="GPL2"
9 WEB_SITE="http://unifoundry.com/"
11 TARBALL="$PACKAGE-$VERSION.ttf"
12 WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/fonts/$PACKAGE
21 cp -a $src/* $install/usr/share/fonts/$PACKAGE
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }