wok annotate tuffy-font/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 762b649a4d73
children 453c249b6219
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 }