wok annotate terminator/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 6135577f4d08
children 1722e3893bac
rev   line source
pankso@12698 1 # SliTaz package receipt.
pankso@12698 2
pankso@12698 3 PACKAGE="terminator"
Hans-G?nter@22020 4 VERSION="1.91"
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"
pascal@20679 9 WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
pankso@12698 10
Hans-G?nter@22020 11 TARBALL="${PACKAGE}-$VERSION.tar.gz"
Hans-G?nter@22020 12 WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL"
Hans-G?nter@22020 13
Hans-G?nter@22020 14 DEPENDS="notify-python pygtk python python-vte"
Hans-G?nter@22020 15 BUILD_DEPENDS="python-dev"
pankso@12698 16
pankso@12698 17 # Rules to configure and make the package.
pankso@12698 18 compile_rules()
pankso@12698 19 {
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
Hans-G?nter@22020 27
Hans-G?nter@22020 28 cp -a $install/usr/bin $fs/usr
Hans-G?nter@22020 29 cp -a $install/usr/lib $fs/usr
pankso@12698 30 }