wok annotate terminator/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents 4e99863fd59c
children 4bb6570b3245
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"
pankso@12698 10 WEB_SITE="http://www.tenshu.net/p/terminator.html"
pankso@12698 11 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
pankso@12698 12
pankso@12698 13 DEPENDS="python pygtk notify-python"
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 }