wok view punjab/receipt @ rev 11922

alsaplayer removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 15:01:14 2012 -0800 (2012-02-29)
parents 9c7938cac484
children 389ec3a23f68
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://punjab.sourceforge.net"
10 WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL"
11 DEPENDS="python twisted pyopenssl"
12 BUILD_DEPENDS="python python-dev"
13 CONFIG_FILES="/etc/punjab.tac"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 mkdir -p $DESTDIR/etc 2> /dev/null
20 cp punjab.tac $DESTDIR/etc
21 python setup.py build && python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }