wok-next view punjab/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents 16df76e1fc6a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="punjab"
4 VERSION="0.14"
5 CATEGORY="network"
6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://punjab.sourceforge.net"
10 REPOLOGY="python:punjab"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL"
14 CONFIG_FILES="/etc/punjab.tac"
16 DEPENDS="python twisted pyopenssl"
17 BUILD_DEPENDS="python python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py build && python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }