wok view unifont-font/receipt @ rev 18915

Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:53:25 2016 -0300 (2016-02-24)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="unifont-font"
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="unifont-8.0.01.ttf"
12 WGET_URL="$WEB_SITE/pub/$PACKAGE/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 }