# SliTaz package receipt.

PACKAGE="tilda"
VERSION="0.9.6"
CATEGORY="utilities"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="Linux terminal based on classic terminals from first person shooter games."
WEB_SITE="http://tilda.sourceforge.net"
TARBALL="$PACKAGE-$VERSION.tar.gz" 
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 
TAGS="terminal" 

DEPENDS="vte libconfuse libglade"
BUILD_DEPENDS="flex vte-dev libglade-dev libconfuse"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure $CONFIGURE_ARGS && 
	make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share/applications/
	cp -a $_pkg/usr/bin $fs/usr
	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
	cp -a $_pkg/usr/share/tilda.glade $fs/usr/share	
}