wok-current annotate 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
rev   line source
hackdorte@18915 1 # SliTaz package receipt.
hackdorte@18915 2
hackdorte@18915 3 PACKAGE="unifont-font"
hackdorte@18915 4 VERSION="8.0.01"
hackdorte@18915 5 CATEGORY="x-window"
hackdorte@18915 6 SHORT_DESC="The Standard GNU Unifont TTF."
hackdorte@18915 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18915 8 LICENSE="GPL2"
hackdorte@18915 9 WEB_SITE="http://unifoundry.com/"
hackdorte@18915 10
hackdorte@18915 11 TARBALL="unifont-8.0.01.ttf"
hackdorte@18915 12 WGET_URL="$WEB_SITE/pub/$PACKAGE/font-builds/$TARBALL"
hackdorte@18915 13
hackdorte@18915 14 DEPENDS=""
hackdorte@18915 15 BUILD_DEPENDS="wget"
hackdorte@18915 16
hackdorte@18915 17 # Rules to configure and make the package.
hackdorte@18915 18 compile_rules()
hackdorte@18915 19 {
hackdorte@18915 20 mkdir -p $install/usr/share/fonts/$PACKAGE
hackdorte@18915 21 cp -a $src/* $install/usr/share/fonts/$PACKAGE
hackdorte@18915 22 }
hackdorte@18915 23
hackdorte@18915 24 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18915 25 genpkg_rules()
hackdorte@18915 26 {
hackdorte@18915 27 cp -a $install/* $fs
hackdorte@18915 28 }