wok diff gdb-python/receipt @ rev 11494

Up: poppler 0.18.2; poppler-data 0.4.5 (fix build of epdfview; thank godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 19 02:49:30 2011 +0100 (2011-12-19)
parents b93c62b5d9fc
children 8e4c74abdf74
line diff
     1.1 --- a/gdb-python/receipt	Sat Mar 05 16:29:18 2011 +0000
     1.2 +++ b/gdb-python/receipt	Mon Dec 19 02:49:30 2011 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gdb-python"
     1.7 -VERSION="7.2"
     1.8 +VERSION="7.3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Project Debugger with Python support."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="ncurses expat glibc-dev python"
    1.13  BUILD_DEPENDS="ncurses-dev python-dev"
    1.14  SOURCE="gdb"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.gnu.org/software/gdb/"
    1.18 -WGET_URL="http://ftp.gnu.org/gnu/gdb/$TARBALL"
    1.19 +WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
    1.20  PROVIDE="gdb"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -19,7 +19,7 @@
    1.24  	cd $src
    1.25  	./configure --prefix=/usr \
    1.26  		--disable-werror $CONFIGURE_ARGS && \
    1.27 -	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.28 +	make -j 4 && make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.