wok-current annotate tilda/receipt @ rev 12470
Up: pcre (8.30) Have --enable-unicode-properties so we can build glib with it
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 12:50:36 2012 +0200 (2012-04-23) |
parents | 9c762d56b413 |
children | b3db3f8245d7 |
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 { |
slaxemulator@12087 | 27 mkdir -p $fs/usr/share/applications/ |
slaxemulator@12087 | 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 } |