wok annotate evilvte/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
parents 907067b65746
children f76b5b1ad11c
rev   line source
jozee@4949 1 # SliTaz package receipt.
jozee@4949 2
jozee@4949 3 PACKAGE="evilvte"
slaxemulator@11193 4 VERSION="0.5.0"
jozee@4949 5 CATEGORY="utilities"
jozee@4949 6 SHORT_DESC="VTE based, highly customizable terminal emulator"
devl547@5214 7 MAINTAINER="devl547@gmail.com"
slaxemulator@7689 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@4949 9 WEB_SITE="http://www.calno.com/evilvte/"
jozee@4949 10 WGET_URL="http://www.calno.com/evilvte/$TARBALL"
jozee@4949 11 DEPENDS="vte gtk+"
jozee@4949 12 BUILD_DEPENDS="vte vte-dev gtk+-dev xorg-libXtst-dev"
devl547@5216 13 TAGS="terminal"
jozee@4949 14
jozee@4949 15 # Rules to configure and make the package.
jozee@4949 16 compile_rules()
jozee@4949 17 {
devl547@5214 18 cd $src
devl547@5214 19 ./configure --prefix=/usr &&
gokhlayeh@8795 20 make -j1 &&
slaxemulator@11193 21 make DESTDIR=$DESTDIR install
jozee@4949 22 }
jozee@4949 23
jozee@4949 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4949 25 genpkg_rules()
jozee@4949 26 {
devl547@5214 27 mkdir -p $fs/usr/share
devl547@5214 28 cp -a $_pkg/usr/bin $fs/usr
devl547@5214 29 cp -a $_pkg/usr/share/applications $fs/usr/share
devl547@5214 30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
jozee@4949 31 }