wok annotate ecofont/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | f082c8c505e6 |
children |
rev | line source |
---|---|
pascal@3523 | 1 # SliTaz package receipt. |
pascal@3523 | 2 |
pascal@3523 | 3 PACKAGE="ecofont" |
mallory@4494 | 4 VERSION="2.0" |
al@19125 | 5 CATEGORY="fonts" |
pascal@3523 | 6 SHORT_DESC="20% ink saving font from SPRANQ." |
pascal@3523 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15611 | 8 LICENSE="other" |
pascal@3523 | 9 TARBALL="spranq_eco_sans_regular.zip" |
pascal@25637 | 10 WEB_SITE="https://web.archive.org/web/20150801161738/https://www.ecofont.eu/" |
pascal@25637 | 11 WGET_URL="https://web.archive.org/web/20150801161739/https://www.ecofont.eu/assets/files/$TARBALL" |
pascal@3523 | 12 |
pascal@15104 | 13 BUILD_DEPENDS="unzip" |
pascal@15104 | 14 |
pascal@3523 | 15 # Rules to configure and make the package. |
pascal@3523 | 16 compile_rules() |
pascal@3523 | 17 { |
pascal@15155 | 18 unzip $SOURCES_REPOSITORY/$TARBALL |
pascal@3523 | 19 } |
pascal@3523 | 20 |
pascal@3523 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3523 | 22 genpkg_rules() |
pascal@3523 | 23 { |
pascal@3523 | 24 mkdir -p $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 25 cp -a $src/* $fs/usr/share/fonts/truetype/ecofont |
pascal@3523 | 26 } |