gdb: update to 7.3.

This commit is contained in:
Juan RP 2011-07-30 10:12:00 +02:00
parent 669656b0fa
commit a4a19614d0
1 changed files with 10 additions and 4 deletions

View File

@ -1,13 +1,15 @@
# Template file for 'gdb'
pkgname=gdb
version=7.2
revision=1
version=7.3
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-nls"
configure_args="--disable-nls --with-system-readline
--with-system-gdbinit=/etc/gdb/gdbinit"
short_desc="The GNU Debugger"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bf444b88ab845243364c3d410be9e3f43a57f96ff594d65a37842ea03c3410f0
homepage="http://www.gnu.org/software/gdb/"
license="GPL-3"
checksum=f9edc83ed921660b77aa2b2fc168b81639aab0f49a94d4b38f2f01bf51d5d2ba
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
@ -24,15 +26,19 @@ long_desc="
correcting the effects of one bug and go on to learn about
another."
conf_files="/etc/gdb/gdbinit"
Add_dependency run glibc
Add_dependency run expat
Add_dependency run ncurses-libs
Add_dependency run zlib
Add_dependency run readline
Add_dependency run python
Add_dependency build texinfo
Add_dependency build ncurses-devel
Add_dependency build zlib-devel
Add_dependency build readline-devel
Add_dependency build python-devel
post_install()