# 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 }