wok view ttf-dejavu/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
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 }