wok-next annotate otf-transcends-games/receipt @ rev 21545
updated cgames (2.2 -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
hackdorte@19061 | 2 |
hackdorte@19061 | 3 PACKAGE="otf-transcends-games" |
hackdorte@19061 | 4 VERSION="0.1" |
al@19125 | 5 CATEGORY="fonts" |
al@21020 | 6 SHORT_DESC="Font with retro-futuristic style" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
hackdorte@19061 | 8 LICENSE="PublicDomain" |
al@21033 | 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/" |
al@21020 | 10 |
hackdorte@19061 | 11 SOURCE="transcends-games" |
hackdorte@19061 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
al@21033 | 13 WGET_URL="${WEB_SITE}lab.slitaz/5.0/pkg/font/publicdomain/$TARBALL" |
hackdorte@19061 | 14 |
al@21020 | 15 compile_rules() { |
al@21020 | 16 mkdir -p $install/usr/share/fonts/pd/$SOURCE |
al@21020 | 17 cp -a $src/* $install/usr/share/fonts/pd/$SOURCE |
hackdorte@19061 | 18 } |
hackdorte@19061 | 19 |
al@21020 | 20 genpkg_rules() { |
al@21020 | 21 cp -a $install/* $fs |
al@21020 | 22 TAGS="font otf" |
hackdorte@19061 | 23 } |
hackdorte@19061 | 24 |
al@21020 | 25 post_install() { |
pascal@19065 | 26 chroot "$1/" /usr/bin/fc-cache |
hackdorte@19061 | 27 } |