wok-next view punjab/receipt @ rev 10721

postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 18:20:04 2011 +0000 (2011-05-28)
parents 9a3b496df3cf
children d93669633705
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 twisted-words twisted-web twisted-conch 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 _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 }