wok view punjab/receipt @ rev 25469

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 09:15:33 2022 +0000 (19 months ago)
parents ac8ca9758df1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="punjab"
4 VERSION="0.15"
5 CATEGORY="network"
6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://punjab.sourceforge.net"
11 WGET_URL="https://github.com/twonds/punjab/archive/v$VERSION.tar.gz"
12 CONFIG_FILES="/etc/punjab.tac"
14 DEPENDS="python twisted pyopenssl"
15 BUILD_DEPENDS="python python-dev"
17 current_version()
18 {
19 wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
20 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
21 }
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 python setup.py build && python setup.py install --root=$DESTDIR
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }