wok-6.x view ecofont/receipt @ rev 25557

Up bzip3 (1.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 16:03:47 2023 +0000 (14 months ago)
parents c3a6f662a1c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ecofont"
4 VERSION="2.0"
5 CATEGORY="fonts"
6 SHORT_DESC="20% ink saving font from SPRANQ."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 TARBALL="spranq_eco_sans_regular.zip"
10 WEB_SITE="https://www.ecofont.eu/"
11 WGET_URL="https://www.ecofont.eu/assets/files/$TARBALL"
13 BUILD_DEPENDS="unzip"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 unzip $SOURCES_REPOSITORY/$TARBALL
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/fonts/truetype/ecofont
25 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont
26 }