wok-6.x annotate ttf-bwahh/receipt @ rev 22496
updated aspell-de (20030222-1 -> 20161207.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 01 08:27:51 2020 +0100 (2020-01-01) |
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 } |