# HG changeset patch # User Christophe Lincoln # Date 1336037905 -7200 # Node ID f7a2e2ac1bd0a9546e2b1846f84ce6671c1fb827 # Parent 9ba57c7ee2b2058e2a5b6c5e5d21aab90f89face Add terminator (multi terminal in a single window) diff -r 9ba57c7ee2b2 -r f7a2e2ac1bd0 terminator/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/terminator/receipt Thu May 03 11:38:25 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="terminator" +VERSION="0.96" +CATEGORY="x-window" +SHORT_DESC="." +MAINTAINER="pankso@slitaz.org" +TARBALL="${PACKAGE}_$VERSION.tar.gz" +WEB_SITE="http://www.tenshu.net/p/terminator.html" +WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL" + +DEPENDS="python pygtk notify-python" +BUILD_DEPENDS="wget python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr +}