wok-next view punjab/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
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 }