radare2: use system capstone.
This commit is contained in:
parent
f70364e9b2
commit
2f0b08e04e
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
|||
# Template file for 'radare2'
|
||||
pkgname=radare2
|
||||
version=0.9.8
|
||||
revision=1
|
||||
revision=2
|
||||
replaces="radare2-devel>=0"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-syscapstone"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="capstone-devel"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
|
|
Loading…
Reference in a new issue