wok annotate punjab/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | 389ec3a23f68 |
children | 1be66a08b81f |
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 } |