wok annotate terminator/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 4bb6570b3245
children fbe9e0e1400d
rev   line source
pankso@12698 1 # SliTaz package receipt.
pankso@12698 2
pankso@12698 3 PACKAGE="terminator"
pankso@12698 4 VERSION="0.96"
pankso@12698 5 CATEGORY="x-window"
pascal@15001 6 SHORT_DESC="Tool for arranging terminals."
pankso@12698 7 MAINTAINER="pankso@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pankso@12698 9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
pascal@20679 10 WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
pankso@12698 11 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
pankso@12698 12
hackdorte@19997 13 DEPENDS="python pygtk notify-python python-vte"
pankso@12698 14 BUILD_DEPENDS="wget python-dev"
pankso@12698 15
pankso@12698 16 # Rules to configure and make the package.
pankso@12698 17 compile_rules()
pankso@12698 18 {
pascal@15165 19 python setup.py install --root=$DESTDIR 2>&1 | grep -v "GTK icon cache"
pankso@12698 20 }
pankso@12698 21
pankso@12698 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12698 23 genpkg_rules()
pankso@12698 24 {
pankso@12698 25 mkdir -p $fs/usr
pankso@12698 26 cp -a $install/usr/bin $fs/usr
pankso@12698 27 cp -a $install/usr/lib $fs/usr
pankso@12698 28 }