wok-next annotate tuffy-font/receipt @ rev 19528
harfbuzz: mv /usr/bin to harfbuzz-apps (hg add)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 28 16:31:17 2016 +0100 (2016-11-28) |
parents | 762b649a4d73 |
children | d43bf7aae921 |
rev | line source |
---|---|
hackdorte@18914 | 1 # SliTaz package receipt. |
hackdorte@18914 | 2 |
hackdorte@18914 | 3 PACKAGE="tuffy-font" |
hackdorte@18914 | 4 VERSION="1.28" |
al@19125 | 5 CATEGORY="fonts" |
hackdorte@18914 | 6 SHORT_DESC="Tuffy font family is a neutral and readable sans-serif text font." |
hackdorte@18914 | 7 MAINTAINER="hackdorte@sapo.pt" |
hackdorte@18914 | 8 LICENSE="PublicDomain" |
hackdorte@18914 | 9 WEB_SITE="http://tulrich.com/fonts/" |
hackdorte@18914 | 10 |
hackdorte@18914 | 11 TARBALL="tuffy-20120614.zip" |
al@19001 | 12 WGET_URL="${WEB_SITE}$TARBALL" |
hackdorte@18914 | 13 |
hackdorte@18914 | 14 DEPENDS="" |
hackdorte@18914 | 15 BUILD_DEPENDS="wget" |
hackdorte@18914 | 16 |
hackdorte@18914 | 17 # Rules to configure and make the package. |
hackdorte@18914 | 18 compile_rules() |
hackdorte@18914 | 19 { |
hackdorte@18914 | 20 mkdir -p $install/usr/share/fonts/tuffy |
hackdorte@18914 | 21 cp -a $src/* $install/usr/share/fonts/tuffy |
hackdorte@18914 | 22 } |
hackdorte@18914 | 23 |
hackdorte@18914 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
hackdorte@18914 | 25 genpkg_rules() |
hackdorte@18914 | 26 { |
hackdorte@18914 | 27 cp -a $install/* $fs |
hackdorte@18914 | 28 } |