# HG changeset patch # User Christopher Rogers # Date 1318475801 0 # Node ID 6da1a6d30bc103f92c1491421a294a494efba895 # Parent f5709a5b439dd4aae895a707eb86b9a67c24152e Up: gdb-python to 7.3.1. diff -r f5709a5b439d -r 6da1a6d30bc1 gdb-python/receipt --- a/gdb-python/receipt Thu Oct 13 03:15:29 2011 +0000 +++ b/gdb-python/receipt Thu Oct 13 03:16:41 2011 +0000 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="gdb-python" -VERSION="7.2" +VERSION="7.3.1" CATEGORY="development" SHORT_DESC="The GNU Project Debugger with Python support." MAINTAINER="erjo@slitaz.org" DEPENDS="ncurses expat glibc-dev python" BUILD_DEPENDS="ncurses-dev python-dev" SOURCE="gdb" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gdb/" -WGET_URL="http://ftp.gnu.org/gnu/gdb/$TARBALL" +WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" PROVIDE="gdb" # Rules to configure and make the package. @@ -19,7 +19,7 @@ cd $src ./configure --prefix=/usr \ --disable-werror $CONFIGURE_ARGS && \ - make -j 4 && make DESTDIR=$PWD/_pkg install + make -j 4 && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.