wok diff gdb-python/receipt @ rev 17512

util-linux-blkid: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 11 11:40:15 2015 +0100 (2015-01-11)
parents dead8955c3ca
children 13835bce7189
line diff
     1.1 --- a/gdb-python/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/gdb-python/receipt	Sun Jan 11 11:40:15 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gdb-python"
     1.7 -VERSION="7.4.1"
     1.8 +VERSION="7.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Project Debugger with Python support."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -18,11 +18,10 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure --prefix=/usr \
    1.18 -		--disable-werror $CONFIGURE_ARGS && \
    1.19 -	make $MAKEFLAGS &&
    1.20 -	make DESTDIR=$DESTDIR install
    1.21 +	./configure \
    1.22 +		--disable-werror \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make $MAKEFLAGS && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.