gdb: update to 7.6.
This commit is contained in:
parent
7e0e840fa5
commit
7d0bc9eaef
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=7.5.1
|
||||
revision=3
|
||||
version=7.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-nls --with-system-readline
|
||||
--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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/gdb/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||
checksum=070b808d289fa8f0291738eeaccc0cd7700d476998781f572856155240d29d20
|
||||
checksum=a410e8f35ee70cce83dbbf1da9e2a8373f271ac0e4b71db4336ae293fc7bdf1b
|
||||
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
|
||||
|
@ -39,6 +39,6 @@ gdb_package() {
|
|||
conf_files="/etc/gdb/gdbinit"
|
||||
pycompile_dirs="usr/share/gdb/python/gdb"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue