wok view ttf-dejavu/receipt @ rev 21810

Add python-cffi, python-cparser & python-cryptography
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 17 18:44:53 2019 +0200 (2019-08-17)
parents a78610b2eb47
children 8f1b0ae959cf
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="https://dejavu-fonts.github.io/"
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 }