wok rev 15087

punjab: no more punjab.tac
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 20:53:13 2013 +0000 (2013-08-13)
parents f0e3e48ede99
children d7dc17383311
files punjab/receipt
line diff
     1.1 --- a/punjab/receipt	Tue Aug 13 20:42:12 2013 +0000
     1.2 +++ b/punjab/receipt	Tue Aug 13 20:53:13 2013 +0000
     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