wok-next view speakup-utils/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 ab10ecbda82f
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="speakup-utils"
4 VERSION="3.1.6"
5 CATEGORY="misc"
6 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="linux-speakup"
9 SOURCE="speakup"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://linux-speakup.org/"
12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cd $src/tools
18 install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1
19 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1
20 }