From a4a19614d039a58ca5ff08462ac939c8bb08a093 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Jul 2011 10:12:00 +0200 Subject: [PATCH] gdb: update to 7.3. --- srcpkgs/gdb/template | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index ef40aae9fe..5201dc0aac 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -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 " -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()