wok-next view terminator/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="terminator"
4 VERSION="1.91"
5 CATEGORY="x-window"
6 SHORT_DESC="Terminal emulator that supports tabs and grids"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL"
15 BUILD_DEPENDS="python-dev gettext-dev intltool"
16 DEPENDS_std="python python-pygtk notify-python"
18 compile_rules() {
19 python -B setup.py install --root=$install || return 1
21 find $install -type f -exec chmod g-w '{}' \;
22 }