mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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'
|
# Template file for 'radare2'
|
||||||
pkgname=radare2
|
pkgname=radare2
|
||||||
version=0.9.8
|
version=0.9.8
|
||||||
revision=1
|
revision=2
|
||||||
replaces="radare2-devel>=0"
|
replaces="radare2-devel>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-syscapstone"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="capstone-devel"
|
||||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue