wok-next view geany-doc/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 04b379c02312
children e2b1ff2ea7cf
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-doc"
4 VERSION="0.20"
5 CATEGORY="development"
6 SHORT_DESC="Geany official documentation."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="geany"
9 WEB_SITE="http://geany.uvena.de/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }