wok-6.x annotate punjab/receipt @ rev 21778
linld: fix strdup (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 11 14:55:02 2019 +0200 (2019-07-11) |
parents | 16df76e1fc6a |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@2151 | 1 # SliTaz package receipt. |
pascal@2151 | 2 |
pascal@2151 | 3 PACKAGE="punjab" |
pascal@20571 | 4 VERSION="0.15" |
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" |
pascal@20571 | 11 WGET_URL="https://github.com/twonds/punjab/archive/v$VERSION.tar.gz" |
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 } |