wok diff punjab/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
parents d93669633705
children 16df76e1fc6a
line diff
     1.1 --- a/punjab/receipt	Mon Oct 17 01:16:34 2011 +0000
     1.2 +++ b/punjab/receipt	Sun Dec 07 11:41:39 2014 +0100
     1.3 @@ -5,25 +5,24 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://punjab.sourceforge.net"
    1.10  WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL"
    1.11 +CONFIG_FILES="/etc/punjab.tac"
    1.12 +
    1.13  DEPENDS="python twisted pyopenssl"
    1.14  BUILD_DEPENDS="python python-dev"
    1.15 -CONFIG_FILES="/etc/punjab.tac"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	cd $src
    1.21 -	mkdir -p $DESTDIR/etc 2> /dev/null
    1.22 -	cp punjab.tac $DESTDIR/etc
    1.23  	python setup.py build && python setup.py install --root=$DESTDIR
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $_pkg/* $fs
    1.30 +	cp -a $install/* $fs
    1.31  }
    1.32