wok view tilda/receipt @ rev 14005

virtualbox-ose: fix some typos
author ernia <monghitri@aruba.it>
date Sat Feb 16 21:14:52 2013 +0000 (2013-02-16)
parents 9c762d56b413
children b3db3f8245d7
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 $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
30 cp -a $_pkg/usr/share/tilda.glade $fs/usr/share
31 }