wok view ttf-dejavu/receipt @ rev 25695

sc-im: replaced released version by development version
author Hans-G?nter Theisgen
date Fri Apr 26 08:13:41 2024 +0100 (5 weeks ago)
parents bf28cc07ebf1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-dejavu"
4 VERSION="2.37"
5 CATEGORY="fonts"
6 TAGS="font"
7 SHORT_DESC="DejaVu TrueType fonts (minimum)."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="other"
10 WEB_SITE="https://dejavu-fonts.github.io/"
12 TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
15 BUILD_DEPENDS="fontforge"
16 SPLIT="ttf-dejavu-extra"
18 HOST_ARCH="i486 arm"
20 # What is the latest version available today?
21 current_version()
22 {
23 wget -O - https://github.com/dejavu-fonts/dejavu-fonts/releases 2>/dev/null | \
24 sed '/tag\//!d;s|.*tag/[a-z_-]*||;s|".*||;s|_|.|g;q'
25 }
27 # Rules to configure and make the package.
28 compile_rules()
29 {
30 . $stuff/compile.rules
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cook_copy_files \
37 DejaVuSans.ttf \
38 DejaVuSans-Bold.ttf \
39 DejaVuSansMono.ttf \
40 *sans.conf \
41 *mono.conf
42 }