Bump revision for packages requiring python.

This commit is contained in:
Juan RP
2010-11-17 21:08:18 +01:00
parent 7e7134d490
commit e23fb836b6
44 changed files with 123 additions and 66 deletions

View File

@@ -1,12 +1,12 @@
# Template file for 'gdb'
pkgname=gdb
version=7.1
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
version=7.2
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-nls"
short_desc="The GNU Debugger"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=142c27d7970a4e652dc225d61d887777ae00cf22fdd75cd1e8e4e13bfbd85352
checksum=bf444b88ab845243364c3d410be9e3f43a57f96ff594d65a37842ea03c3410f0
long_desc="
The purpose of a debugger such as GDB is to allow you to see what
is going on \"inside\" another program while it executes--or what
@@ -28,6 +28,7 @@ Add_dependency run expat
Add_dependency run ncurses-libs
Add_dependency run zlib
Add_dependency run python
Add_dependency build texinfo
Add_dependency build ncurses-devel
Add_dependency build zlib-devel