wok view ttf-dejavu/receipt @ rev 22054

updated ttf-dejavu and ttf-dejavu-extra (2.35 -> 2.37)
author Hans-G?nter Theisgen
date Wed Oct 23 15:28:01 2019 +0100 (2019-10-23)
parents 1034e11bdd0a
children 3c832ef040e6
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-dejavu"
4 VERSION="2.37"
5 CATEGORY="fonts"
6 TAGS="font"
7 SHORT_DESC="DejaVu TrueType fonts (minimum)."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="other"
10 WEB_SITE="http://dejavu-fonts.org/"
12 TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
15 BUILD_DEPENDS="fontforge"
16 SPLIT="ttf-dejavu-extra"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 . $stuff/compile.rules
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_files \
30 DejaVuSans.ttf \
31 DejaVuSans-Bold.ttf \
32 DejaVuSansMono.ttf \
33 *sans.conf \
34 *mono.conf
35 }