wok annotate tilda/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents 277f0ebcf4df
children 9c762d56b413
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/
pascal@11623 28 cp -a $stuff/tilda.desktop $fs/usr/share/applications
jozee@4585 29 cp -a $_pkg/usr/bin $fs/usr
jozee@4585 30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
slaxemulator@10309 31 cp -a $_pkg/usr/share/tilda.glade $fs/usr/share
jozee@4585 32 }