wok annotate terminator/receipt @ rev 15599

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents 408c87fa22ca
children 7390f8de9846
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 {
pankso@12698 19 cd $src
pascal@15165 20 python setup.py install --root=$DESTDIR 2>&1 | grep -v "GTK icon cache"
pankso@12698 21 }
pankso@12698 22
pankso@12698 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12698 24 genpkg_rules()
pankso@12698 25 {
pankso@12698 26 mkdir -p $fs/usr
pankso@12698 27 cp -a $install/usr/bin $fs/usr
pankso@12698 28 cp -a $install/usr/lib $fs/usr
pankso@12698 29 }