wok annotate evilvte/receipt @ rev 4949

Add evilvte (thanks Medvedev)
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 17 09:01:35 2010 +0000 (2010-02-17)
parents
children 3411b904553c
rev   line source
jozee@4949 1 # SliTaz package receipt.
jozee@4949 2
jozee@4949 3 PACKAGE="evilvte"
jozee@4949 4 VERSION="0.4.6~pre4"
jozee@4949 5 CATEGORY="utilities"
jozee@4949 6 SHORT_DESC="VTE based, highly customizable terminal emulator"
jozee@4949 7 MAINTAINER="devel@slitaz.org"
jozee@4949 8 TARBALL="evilvte-0.4.6~pre4.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"
jozee@4949 13 TAGS="terminal"
jozee@4949 14
jozee@4949 15 # Rules to configure and make the package.
jozee@4949 16 compile_rules()
jozee@4949 17 {
jozee@4949 18 cd $src
jozee@4949 19 ./configure --prefix=/usr --infodir=/usr/share/info \
jozee@4949 20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
jozee@4949 21 make &&
jozee@4949 22 make DESTDIR=$PWD/_pkg install
jozee@4949 23 }
jozee@4949 24
jozee@4949 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4949 26 genpkg_rules()
jozee@4949 27 {
jozee@4949 28 mkdir -p $fs/usr/share
jozee@4949 29 cp -a $_pkg/usr/bin $fs/usr
jozee@4949 30 cp -a $_pkg/usr/share/applications $fs/usr/share
jozee@4949 31 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
jozee@4949 32 }