wok-next view syslinux-tools/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 7498c29561bc
children ed7d51c1b0dc
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-tools"
4 VERSION="4.04"
5 CATEGORY="system-tools"
6 SHORT_DESC="Misc perl tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="syslinux"
9 WEB_SITE="http://syslinux.zytor.com/"
10 DEPENDS="perl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 for i in keytab-lilo lss16toppm ppmtolss16 mkdiskimage \
17 syslinux2ansi isohybrid ; do
18 cp -a $src/utils/$i $fs/usr/bin
19 done
20 }