gdb: update to 7.3.1.
This commit is contained in:
parent
fd11793a30
commit
6c3eb8e0bf
2 changed files with 12 additions and 9 deletions
9
srcpkgs/gdb/gdb.rshlibs
Normal file
9
srcpkgs/gdb/gdb.rshlibs
Normal file
|
@ -0,0 +1,9 @@
|
|||
libreadline.so.6
|
||||
libncursesw.so.6
|
||||
libz.so.1
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libdl.so.2
|
||||
libpython2.7.so.1.0
|
||||
libexpat.so.1
|
||||
libc.so.6
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=7.3
|
||||
version=7.3.1
|
||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-nls --with-system-readline
|
||||
|
@ -9,7 +9,7 @@ short_desc="The GNU Debugger"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/gdb/"
|
||||
license="GPL-3"
|
||||
checksum=f9edc83ed921660b77aa2b2fc168b81639aab0f49a94d4b38f2f01bf51d5d2ba
|
||||
checksum=6d7bff716fde98d03866a1b747c0929ee7dba49bca13e01d975e0b0fa9b33a28
|
||||
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
|
||||
|
@ -26,15 +26,9 @@ long_desc="
|
|||
correcting the effects of one bug and go on to learn about
|
||||
another."
|
||||
|
||||
pycompile_dirs="usr/share/gdb/python/gdb"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue