wok view ttf-dejavu/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents 8a94af08d217
children 1034e11bdd0a
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.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 }