wok view tilda/receipt @ rev 11981

tintin: new icon. Old one was ugly
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 02 15:24:32 2012 -0800 (2012-03-02)
parents 277f0ebcf4df
children 9c762d56b413
line source
1 # SliTaz package receipt.
3 PACKAGE="tilda"
4 VERSION="0.9.6"
5 CATEGORY="utilities"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
8 WEB_SITE="http://tilda.sourceforge.net"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="terminal"
13 DEPENDS="vte libconfuse libglade"
14 BUILD_DEPENDS="flex vte-dev libglade-dev libconfuse"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/applications/
28 cp -a $stuff/tilda.desktop $fs/usr/share/applications
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
31 cp -a $_pkg/usr/share/tilda.glade $fs/usr/share
32 }