radare2: update to 0.9.8.
This commit is contained in:
parent
d189235b2b
commit
dda25955e7
3 changed files with 4 additions and 46 deletions
|
@ -1099,34 +1099,6 @@ libvirt-gconfig-1.0.so.0 libvirt-glib-0.1.2_1
|
|||
libvirt-gobject-1.0.so.0 libvirt-glib-0.1.2_1
|
||||
libvirt-glib-1.0.so.0 libvirt-glib-0.1.2_1
|
||||
libgsasl.so.7 libgsasl-1.8.0_1
|
||||
libr_db.so.0.9.7 radare2-0.9.7_1
|
||||
libr_parse.so.0.9.7 radare2-0.9.7_1
|
||||
libr_util.so.0.9.7 radare2-0.9.7_1
|
||||
libr_lib.so.0.9.7 radare2-0.9.7_1
|
||||
libr_bin.so.0.9.7 radare2-0.9.7_1
|
||||
libr_asm.so.0.9.7 radare2-0.9.7_1
|
||||
libr_magic.so.0.9.7 radare2-0.9.7_1
|
||||
libr_fs.so.0.9.7 radare2-0.9.7_1
|
||||
libr_socket.so.0.9.7 radare2-0.9.7_1
|
||||
libr_diff.so.0.9.7 radare2-0.9.7_1
|
||||
libr_sign.so.0.9.7 radare2-0.9.7_1
|
||||
libr_syscall.so.0.9.7 radare2-0.9.7_1
|
||||
libr_search.so.0.9.7 radare2-0.9.7_1
|
||||
libr_reg.so.0.9.7 radare2-0.9.7_1
|
||||
libr_egg.so.0.9.7 radare2-0.9.7_1
|
||||
libr_io.so.0.9.7 radare2-0.9.7_1
|
||||
libr_bp.so.0.9.7 radare2-0.9.7_1
|
||||
libr_print.so.0.9.7 radare2-0.9.7_1
|
||||
libr_anal.so.0.9.7 radare2-0.9.7_1
|
||||
libr_lang.so.0.9.7 radare2-0.9.7_1
|
||||
libr_hash.so.0.9.7 radare2-0.9.7_1
|
||||
libr_debug.so.0.9.7 radare2-0.9.7_1
|
||||
libr_flags.so.0.9.7 radare2-0.9.7_1
|
||||
libr_cmd.so.0.9.7 radare2-0.9.7_1
|
||||
libr_line.so.0.9.7 radare2-0.9.7_1
|
||||
libr_cons.so.0.9.7 radare2-0.9.7_1
|
||||
libr_config.so.0.9.7 radare2-0.9.7_1
|
||||
libr_core.so.0.9.7 radare2-0.9.7_1
|
||||
libzmq.so.3 zeromq-3.2.0_1
|
||||
libstatgrab.so.6 libstatgrab-0.17_1
|
||||
libseccomp.so.2 libseccomp-2.0.0_1
|
||||
|
@ -1652,7 +1624,6 @@ libgtest.so gtest-1.7.0_1
|
|||
libgtest_main.so gtest-1.7.0_1
|
||||
libxmlsec1-gcrypt.so.1 xmlsec1-1.2.20_2
|
||||
libxmlsec1-gnutls.so.1 xmlsec1-1.2.20_2
|
||||
libr_crypto.so.0.9.7 radare2-0.9.7_3
|
||||
libefivar.so.0 libefivar-0.10_1
|
||||
libportaudio.so.2 portaudio-19.20140130_1
|
||||
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
radare2
|
|
@ -1,24 +1,12 @@
|
|||
# Template file for 'radare2'
|
||||
pkgname=radare2
|
||||
version=0.9.7
|
||||
revision=5
|
||||
version=0.9.8
|
||||
revision=1
|
||||
replaces="radare2-devel>=0"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-sysmagic --with-syszip"
|
||||
makedepends="file-devel libzip-devel zlib-devel"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://www.radare.org"
|
||||
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4e88398487b6a24b10219908a4a4f71899989787a00d954f61f87be97d54d07
|
||||
|
||||
LDFLAGS="-lmagic"
|
||||
|
||||
radare2-devel_package() {
|
||||
depends="radare2>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
checksum=8e72caaebdac10300fd7ec86a5d06b1cbecfc6914e5fea4007c6e06e667bfa5a
|
||||
|
|
Loading…
Reference in a new issue