wok view ttf-dejavu/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents d1570adae0ba
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-dejavu"
4 VERSION="2.35"
5 CATEGORY="fonts"
6 SHORT_DESC="DejaVu TrueType fonts (minimum)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://dejavu-fonts.org/"
10 TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
12 TAGS="font"
13 HOST_ARCH="i486 arm"
15 BUILD_DEPENDS="fontforge"
16 SPLIT="ttf-dejavu-extra"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 . $stuff/compile.rules
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_files DejaVuSans.ttf DejaVuSans-Bold.ttf DejaVuSansMono.ttf \
28 *sans.conf *mono.conf
29 }