wok-next view terminator/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents 8e1b2a143eb3
children 49205cea4356
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/terminator/"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="python-dev gettext-dev intltool"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr
22 cp -a $install/usr/bin $fs/usr
23 cp -a $install/usr/lib $fs/usr
24 DEPENDS="python python-pygtk notify-python"
25 }