wok-undigest diff gnome-keyring/receipt @ rev 256

move ii to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 22:29:12 2011 +0200 (2011-05-28)
parents c19d9105bf40
children 932621f407ce
line diff
     1.1 --- a/gnome-keyring/receipt	Sun Apr 11 00:35:32 2010 +0200
     1.2 +++ b/gnome-keyring/receipt	Sat May 28 22:29:12 2011 +0200
     1.3 @@ -1,28 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnome-keyring"
     1.7 -VERSION="2.28.1"
     1.8 +VERSION="2.32.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC=""
    1.11 -MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libgcrypt libtasn1 python"
    1.13 -BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev"
    1.14 +SHORT_DESC="A program that keep password and other secrets for users."
    1.15 +MAINTAINER="pankso@slitaz.org"
    1.16 +DEPENDS="libgcrypt libtasn1 python dbus"
    1.17 +BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WEB_SITE="http://www.gnome.org"
    1.20  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.21  
    1.22 -
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27  	./configure \
    1.28 -		--prefix=/usr \
    1.29  		--libexecdir=/usr/lib/$PACKAGE \
    1.30  		--sysconfdir=/etc/gnome \
    1.31 -		--disable-pam \
    1.32 -		$CONFIGURE_ARGS &&
    1.33 -	make && make DESTDIR=$PWD/_pkg install
    1.34 +		--disable-pam &&
    1.35 +	make && make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.