wok annotate punjab/receipt @ rev 17590

Up: gdk-pixbuf 2.31.2
author Alexander Medvedev <devl547@gmail.com>
date Mon Feb 09 21:52:32 2015 +0000 (2015-02-09)
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