wok annotate ttf-bwahh/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 15e6c6910ee3
children 669f61f44760
rev   line source
hackdorte@19060 1 # SliTaz package receipt.
hackdorte@19060 2
hackdorte@19060 3 PACKAGE="ttf-bwahh"
hackdorte@19060 4 VERSION="0.1"
al@19125 5 CATEGORY="fonts"
hackdorte@19060 6 SHORT_DESC="Bwahh is public domain and futuristic display truetype font."
hackdorte@19060 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19060 8 LICENSE="PublicDomain"
hackdorte@19060 9 SOURCE="bwahh"
hackdorte@19060 10 WEB_SITE="http://people.slitaz.org/~leonardolaporte"
hackdorte@19060 11 STUFF_DIR="lab.slitaz/5.0/pkg/font/publicdomain"
hackdorte@19060 12 TARBALL="$SOURCE-$VERSION.tar.gz"
hackdorte@19060 13 WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
hackdorte@19060 14 TAGS="font ttf"
hackdorte@19060 15
hackdorte@19060 16 DEPENDS=""
hackdorte@19060 17 BUILD_DEPENDS="wget"
hackdorte@19060 18
hackdorte@19060 19 # Rules to configure and make the package.
hackdorte@19060 20 compile_rules()
hackdorte@19060 21 {
hackdorte@19063 22 mkdir -p $install/usr/share/fonts/pd/$SOURCE
hackdorte@19063 23 cp -a $src/* $install/usr/share/fonts/pd/$SOURCE
hackdorte@19060 24 }
hackdorte@19060 25
hackdorte@19060 26 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19060 27 genpkg_rules()
hackdorte@19060 28 {
hackdorte@19060 29 cp -a $install/* $fs
hackdorte@19060 30 }
hackdorte@19060 31
hackdorte@19060 32 post_install()
hackdorte@19060 33 {
pascal@19065 34 chroot "$1/" /usr/bin/fc-cache
hackdorte@19060 35 }