# HG changeset patch # User Christopher Rogers # Date 1318814194 0 # Node ID d936696337058666be63cc410ae76770fa7c61da # Parent 01b2277221873d04d6d04da6ac9515a657bf6d4d punjab: Clean up. diff -r 01b227722187 -r d93669633705 punjab/receipt --- a/punjab/receipt Mon Oct 17 01:15:21 2011 +0000 +++ b/punjab/receipt Mon Oct 17 01:16:34 2011 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://punjab.sourceforge.net" WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL" -DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl" +DEPENDS="python twisted pyopenssl" BUILD_DEPENDS="python python-dev" CONFIG_FILES="/etc/punjab.tac" @@ -16,9 +16,9 @@ compile_rules() { cd $src - mkdir -p _pkg/etc 2> /dev/null - cp punjab.tac _pkg/etc - python setup.py build && python setup.py install --root=$PWD/_pkg + 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.