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

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (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 }