gdb: update to 7.6.
This commit is contained in:
parent
7e0e840fa5
commit
7d0bc9eaef
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.5.1
|
version=7.6
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --with-system-readline
|
configure_args="--disable-nls --with-system-readline
|
||||||
--with-system-gdbinit=/etc/gdb/gdbinit"
|
--with-system-gdbinit=/etc/gdb/gdbinit"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel python-devel"
|
makedepends="ncurses-devel zlib-devel readline-devel"
|
||||||
short_desc="The GNU Debugger"
|
short_desc="The GNU Debugger"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/gdb/"
|
homepage="http://www.gnu.org/software/gdb/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||||
checksum=070b808d289fa8f0291738eeaccc0cd7700d476998781f572856155240d29d20
|
checksum=a410e8f35ee70cce83dbbf1da9e2a8373f271ac0e4b71db4336ae293fc7bdf1b
|
||||||
long_desc="
|
long_desc="
|
||||||
The purpose of a debugger such as GDB is to allow you to see what
|
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
|
is going on inside another program while it executes--or what
|
||||||
|
@ -39,6 +39,6 @@ gdb_package() {
|
||||||
conf_files="/etc/gdb/gdbinit"
|
conf_files="/etc/gdb/gdbinit"
|
||||||
pycompile_dirs="usr/share/gdb/python/gdb"
|
pycompile_dirs="usr/share/gdb/python/gdb"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue