SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "evilvte"

# SliTaz package receipt.

PACKAGE="evilvte"
VERSION="0.5.0"
CATEGORY="utilities"
SHORT_DESC="VTE based, highly customizable terminal emulator"
MAINTAINER="devl547@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.calno.com/evilvte/"
WGET_URL="http://www.calno.com/evilvte/$TARBALL"
DEPENDS="vte gtk+"
BUILD_DEPENDS="vte vte-dev gtk+-dev xorg-libXtst-dev"
TAGS="terminal"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr &&
    make -j1 &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/applications $fs/usr/share
    cp -a $_pkg/usr/share/pixmaps $fs/usr/share
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)