wok-next annotate tuffy-font/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents 9b3461bf373c
children
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"
al@21020 6 SHORT_DESC="Neutral and readable sans-serif text font"
al@21020 7 MAINTAINER="devel@slitaz.org"
hackdorte@18914 8 LICENSE="PublicDomain"
hackdorte@18914 9 WEB_SITE="http://tulrich.com/fonts/"
al@20885 10 REPOLOGY="fonts:tulrich-tuffy"
hackdorte@18914 11
hackdorte@18914 12 TARBALL="tuffy-20120614.zip"
al@19001 13 WGET_URL="${WEB_SITE}$TARBALL"
hackdorte@18914 14
al@21020 15 compile_rules() {
al@21020 16 mkdir -p $install/usr/share/fonts/tuffy
al@21020 17 cp -a $src/* $install/usr/share/fonts/tuffy
hackdorte@18914 18 }
hackdorte@18914 19
al@21020 20 genpkg_rules() {
al@21020 21 cp -a $install/* $fs
al@21020 22 }