gdb: update to 7.0.

--HG--
extra : convert_revision : f9786f58b561e7da47754f45c1cbe16c21581167
This commit is contained in:
Juan RP 2009-10-29 02:00:13 +01:00
parent abd40df0f1
commit a4b843e2f9

View file

@ -1,12 +1,12 @@
# Template file for 'gdb'
pkgname=gdb
version=6.8
version=7.0
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-werror --disable-nls"
configure_args="--disable-nls"
short_desc="The GNU Debugger"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a3c5455f30ffb3e6eeafb9e54598b48f9fbf46e3e99f431120360c183ddcc889
checksum=ccff6cab0e847c486d30b70bdddac4e6646bafcecaa3b63134d6e3d4d5a4b91d
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