wok diff unifont/receipt @ rev 18917

Up: Correct link.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 08:39:49 2016 -0300 (2016-02-24)
parents unifont-font/receipt@4db4fa9985ae
children 762b649a4d73
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unifont/receipt	Wed Feb 24 08:39:49 2016 -0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="unifont"
     1.7 +VERSION="8.0.01"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="The Standard GNU Unifont TTF."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://unifoundry.com"
    1.13 +
    1.14 +TARBALL="unifont-8.0.01.ttf"
    1.15 +WGET_URL="$WEB_SITE/pub/$PACKAGE-$VERSION/font-builds/$TARBALL"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +  mkdir -p $install/usr/share/fonts/$PACKAGE
    1.24 +  cp -a $src/* $install/usr/share/fonts/$PACKAGE
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +  cp -a $install/* $fs
    1.31 +}
    1.32 \ No newline at end of file