wok diff libgpg-error/receipt @ rev 12639

connman: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 21:53:45 2012 +0200 (2012-04-29)
parents e5ae411e1d8c
children 4904e3d374a9
line diff
     1.1 --- a/libgpg-error/receipt	Mon Apr 04 01:54:51 2011 +0000
     1.2 +++ b/libgpg-error/receipt	Sun Apr 29 21:53:45 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgpg-error"
     1.7 -VERSION="1.9"
     1.8 +VERSION="1.10"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Commons error messages for GnuPG."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,10 +14,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure \
    1.21 +		$CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.