wok-next rev 11071
punjab: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:16:34 2011 +0000 (2011-10-17) |
parents | 01b227722187 |
children | a2f841097b9f |
files | punjab/receipt |
line diff
1.1 --- a/punjab/receipt Mon Oct 17 01:15:21 2011 +0000 1.2 +++ b/punjab/receipt Mon Oct 17 01:16:34 2011 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://punjab.sourceforge.net" 1.6 WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL" 1.7 -DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl" 1.8 +DEPENDS="python twisted pyopenssl" 1.9 BUILD_DEPENDS="python python-dev" 1.10 CONFIG_FILES="/etc/punjab.tac" 1.11 1.12 @@ -16,9 +16,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - mkdir -p _pkg/etc 2> /dev/null 1.17 - cp punjab.tac _pkg/etc 1.18 - python setup.py build && python setup.py install --root=$PWD/_pkg 1.19 + mkdir -p $DESTDIR/etc 2> /dev/null 1.20 + cp punjab.tac $DESTDIR/etc 1.21 + python setup.py build && python setup.py install --root=$DESTDIR 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.