# HG changeset patch # User Pascal Bellard # Date 1233853611 0 # Node ID a820b6ae1d43c48073879cfc73a49a9e4eea9b12 # Parent 9241ac41c5676ab20374be0869a13bc1cd363bd9 Add punjab diff -r 9241ac41c567 -r a820b6ae1d43 punjab/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/punjab/receipt Thu Feb 05 17:06:51 2009 +0000 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="punjab" +VERSION="0.13" +CATEGORY="network" +SHORT_DESC="HTTP jabber proxy allowing persistent client connections." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://punjab.sourceforge.net" +WGET_URL="http://code.stanziq.com/cgit/$PACKAGE/$PACKAGE/snapshot/$TARBALL" +DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +