wok view punjab/receipt @ rev 5054

fix udev: create /dev/bus/usb for usb devices
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:57:02 2010 +0000 (2010-03-06)
parents a820b6ae1d43
children 9c7938cac484
line source
1 # SliTaz package receipt.
3 PACKAGE="punjab"
4 VERSION="0.13"
5 CATEGORY="network"
6 SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://punjab.sourceforge.net"
10 WGET_URL="http://code.stanziq.com/cgit/$PACKAGE/$PACKAGE/snapshot/$TARBALL"
11 DEPENDS="python twisted twisted-words twisted-web twisted-conch pyopenssl"
12 BUILD_DEPENDS="python"
13 CONFIG_FILES="/etc/punjab.tac"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 mkdir -p _pkg/etc 2> /dev/null
20 cp punjab.tac _pkg/etc
21 python setup.py build && python setup.py install --root=$PWD/_pkg
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }