wok-next view gphoto2/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 54b2e9887317
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="gphoto2"
4 VERSION="2.4.11"
5 CATEGORY="graphics"
6 SHORT_DESC="digital camera download and access program"
7 MAINTAINER="jozee@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.gphoto.org"
10 WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
11 TAGS="camera photo"
13 DEPENDS="libexif jpeg libgphoto2 readline popt libltdl ncurses"
14 BUILD_DEPENDS="jpeg-dev libgphoto2-dev readline readline-dev popt popt-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 }