wok view evilvte/receipt @ rev 4953

UP ntfs-3g and ntfs-3g-dev
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 17 09:45:16 2010 +0000 (2010-02-17)
parents
children 3411b904553c
line source
1 # SliTaz package receipt.
3 PACKAGE="evilvte"
4 VERSION="0.4.6~pre4"
5 CATEGORY="utilities"
6 SHORT_DESC="VTE based, highly customizable terminal emulator"
7 MAINTAINER="devel@slitaz.org"
8 TARBALL="evilvte-0.4.6~pre4.tar.gz"
9 WEB_SITE="http://www.calno.com/evilvte/"
10 WGET_URL="http://www.calno.com/evilvte/$TARBALL"
11 DEPENDS="vte gtk+"
12 BUILD_DEPENDS="vte vte-dev gtk+-dev xorg-libXtst-dev"
13 TAGS="terminal"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/applications $fs/usr/share
31 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
32 }