wok view unifont/receipt @ rev 18998

gst-ffmpeg: --disable-encoders
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 19 19:13:16 2016 +0100 (2016-03-19)
parents 4db4fa9985ae
children 762b649a4d73
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="unifont-8.0.01.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 }