# HG changeset patch # User Pascal Bellard # Date 1376427193 0 # Node ID 389ec3a23f68446da8d6ee8f49931a2a3e8364fd # Parent f0e3e48ede997376dc52ee91ce40fcf6a0789029 punjab: no more punjab.tac diff -r f0e3e48ede99 -r 389ec3a23f68 punjab/receipt --- a/punjab/receipt Tue Aug 13 20:42:12 2013 +0000 +++ b/punjab/receipt Tue Aug 13 20:53:13 2013 +0000 @@ -5,25 +5,24 @@ CATEGORY="network" SHORT_DESC="HTTP jabber proxy allowing persistent client connections." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://punjab.sourceforge.net" WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL" +CONFIG_FILES="/etc/punjab.tac" + DEPENDS="python twisted pyopenssl" BUILD_DEPENDS="python python-dev" -CONFIG_FILES="/etc/punjab.tac" # Rules to configure and make the package. compile_rules() { - cd $src - mkdir -p $DESTDIR/etc 2> /dev/null - cp punjab.tac $DESTDIR/etc python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs }