wok annotate tilda/receipt @ rev 10638
linux-libre: Fixed to only use tazwok if cook doesn't exist. Fixed also some typos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 26 18:26:21 2011 +0000 (2011-05-26) |
parents | 53219246778e |
children | af9a1b47948c |
rev | line source |
---|---|
jozee@4585 | 1 # SliTaz package receipt. |
jozee@4585 | 2 |
jozee@4585 | 3 PACKAGE="tilda" |
jozee@4585 | 4 VERSION="0.9.6" |
jozee@4585 | 5 CATEGORY="utilities" |
jozee@4585 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@4585 | 7 SHORT_DESC="Linux terminal based on classic terminals from first person shooter games." |
jozee@4585 | 8 WEB_SITE="http://tilda.sourceforge.net" |
jozee@4585 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
jozee@4585 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
jozee@4585 | 11 TAGS="terminal" |
jozee@4585 | 12 |
pankso@9756 | 13 DEPENDS="vte libconfuse libglade" |
pankso@9757 | 14 BUILD_DEPENDS="flex vte-dev libglade-dev libconfuse" |
jozee@4585 | 15 |
jozee@4585 | 16 # Rules to configure and make the package. |
jozee@4585 | 17 compile_rules() |
jozee@4585 | 18 { |
jozee@4585 | 19 cd $src |
slaxemulator@10309 | 20 ./configure $CONFIGURE_ARGS && |
slaxemulator@10309 | 21 make && make install |
jozee@4585 | 22 } |
jozee@4585 | 23 |
jozee@4585 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4585 | 25 genpkg_rules() |
jozee@4585 | 26 { |
jozee@4623 | 27 mkdir -p $fs/usr/share/applications/ |
jozee@4585 | 28 cp -a $_pkg/usr/bin $fs/usr |
jozee@4585 | 29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share |
slaxemulator@10309 | 30 cp -a $_pkg/usr/share/tilda.glade $fs/usr/share |
jozee@4585 | 31 } |