wok-next view terminator/receipt @ rev 14590

drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 27 00:27:59 2013 +0000 (2013-05-27)
parents
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="terminator"
4 VERSION="0.96"
5 CATEGORY="x-window"
6 SHORT_DESC="."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="${PACKAGE}_$VERSION.tar.gz"
9 WEB_SITE="http://www.tenshu.net/p/terminator.html"
10 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
12 DEPENDS="python pygtk notify-python"
13 BUILD_DEPENDS="wget python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 }