wok annotate punjab/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents d93669633705
children 16df76e1fc6a
rev   line source
pascal@2151 1 # SliTaz package receipt.
pascal@2151 2
pascal@2151 3 PACKAGE="punjab"
slaxemulator@6429 4 VERSION="0.14"
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@15087 8 LICENSE="GPL2"
slaxemulator@6429 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2151 10 WEB_SITE="http://punjab.sourceforge.net"
slaxemulator@6429 11 WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL"
pascal@15087 12 CONFIG_FILES="/etc/punjab.tac"
pascal@15087 13
slaxemulator@11071 14 DEPENDS="python twisted pyopenssl"
slaxemulator@6429 15 BUILD_DEPENDS="python python-dev"
pascal@2151 16
pascal@2151 17 # Rules to configure and make the package.
pascal@2151 18 compile_rules()
pascal@2151 19 {
slaxemulator@11071 20 python setup.py build && python setup.py install --root=$DESTDIR
pascal@2151 21 }
pascal@2151 22
pascal@2151 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2151 24 genpkg_rules()
pascal@2151 25 {
pascal@15087 26 cp -a $install/* $fs
pascal@2151 27 }
pascal@2151 28