wok diff punjab/receipt @ rev 16629
Up: slitaz-arm* packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 10 14:35:39 2014 +0200 (2014-05-10) |
parents | d93669633705 |
children | 16df76e1fc6a |
line diff
1.1 --- a/punjab/receipt Mon Oct 17 01:16:34 2011 +0000 1.2 +++ b/punjab/receipt Sat May 10 14:35:39 2014 +0200 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