wok rev 11008
Up: gdb-python to 7.3.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 13 03:16:41 2011 +0000 (2011-10-13) |
parents | f5709a5b439d |
children | ae21f4bbf5ed |
files | gdb-python/receipt |
line diff
1.1 --- a/gdb-python/receipt Thu Oct 13 03:15:29 2011 +0000 1.2 +++ b/gdb-python/receipt Thu Oct 13 03:16:41 2011 +0000 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.