wok diff punjab/receipt @ rev 12739

Up: gdk-pixbuf (2.26.1)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 07 23:30:58 2012 +0200 (2012-05-07)
parents 9c7938cac484
children 389ec3a23f68
line diff
     1.1 --- a/punjab/receipt	Mon Sep 27 07:05:26 2010 +0000
     1.2 +++ b/punjab/receipt	Mon May 07 23:30:58 2012 +0200
     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.