Evilvte receipt

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Evilvte receipt

# SliTaz package receipt.

PACKAGE="evilvte"
VERSION="0.4.6~pre4"
CATEGORY="utilities"
SHORT_DESC="VTE based, highly customizable terminal emulator"
MAINTAINER="devl547@xxxxxxxxx"
TARBALL="evilvte-0.4.6~pre4.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"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg 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
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/