wok-stable view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="punjab"
4 VERSION="0.13"
5 CATEGORY="network"
6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://punjab.sourceforge.net"
10 WGET_URL="http://code.stanziq.com/cgit/$PACKAGE/$PACKAGE/snapshot/$TARBALL"
11 DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 python setup.py build && python setup.py install --root=$PWD/_pkg
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $_pkg/usr $fs
24 }