wok view ttf-dejavu/receipt @ rev 20406

asterisk: add code2 & opus codec
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 20 23:12:02 2018 +0200 (2018-07-20)
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 }