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

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents d1570adae0ba
children 9b3461bf373c
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 # Rules to configure and make the package.
hackdorte@18914 15 compile_rules()
hackdorte@18914 16 {
hackdorte@18914 17 mkdir -p $install/usr/share/fonts/tuffy
hackdorte@18914 18 cp -a $src/* $install/usr/share/fonts/tuffy
hackdorte@18914 19 }
hackdorte@18914 20
hackdorte@18914 21 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18914 22 genpkg_rules()
hackdorte@18914 23 {
hackdorte@18914 24 cp -a $install/* $fs
hackdorte@18914 25 }