SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tilda"

# 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    
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)