wok-stable annotate punjab/receipt @ rev 2151

Add punjab
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 05 17:06:51 2009 +0000 (2009-02-05)
parents
children 9a3b496df3cf
rev   line source
pascal@2151 1 # SliTaz package receipt.
pascal@2151 2
pascal@2151 3 PACKAGE="punjab"
pascal@2151 4 VERSION="0.13"
pascal@2151 5 CATEGORY="network"
pascal@2151 6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
pascal@2151 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2151 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@2151 9 WEB_SITE="http://punjab.sourceforge.net"
pascal@2151 10 WGET_URL="http://code.stanziq.com/cgit/$PACKAGE/$PACKAGE/snapshot/$TARBALL"
pascal@2151 11 DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl"
pascal@2151 12
pascal@2151 13 # Rules to configure and make the package.
pascal@2151 14 compile_rules()
pascal@2151 15 {
pascal@2151 16 cd $src
pascal@2151 17 python setup.py build && python setup.py install --root=$PWD/_pkg
pascal@2151 18 }
pascal@2151 19
pascal@2151 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2151 21 genpkg_rules()
pascal@2151 22 {
pascal@2151 23 cp -a $_pkg/usr $fs
pascal@2151 24 }
pascal@2151 25