wok view terminator/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents 4bb6570b3245
children fbe9e0e1400d
line source
1 # SliTaz package receipt.
3 PACKAGE="terminator"
4 VERSION="0.96"
5 CATEGORY="x-window"
6 SHORT_DESC="Tool for arranging terminals."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
10 WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
11 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
13 DEPENDS="python pygtk notify-python python-vte"
14 BUILD_DEPENDS="wget python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --root=$DESTDIR 2>&1 | grep -v "GTK icon cache"
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 }