wok-next diff gtk-xfce-engine/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 0dfe9e7759d5
children b7319995b37e
line diff
     1.1 --- a/gtk-xfce-engine/receipt	Thu Sep 24 15:15:18 2009 +0200
     1.2 +++ b/gtk-xfce-engine/receipt	Sat May 28 18:20:04 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtk-xfce-engine"
     1.7 -VERSION="2.6.0"
     1.8 +VERSION="2.8.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GTK engine for Xfce"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,15 +9,13 @@
    1.13  BUILD_DEPENDS="gtk+-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.xfce.org/"
    1.16 -WGET_URL="$WEB_SITE/archive/xfce/4.6.1/src/$TARBALL"
    1.17 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.25 -	make && make DESTDIR=$PWD/_pkg install
    1.26 +	./configure && make && make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.