21 lines
804 B
Text
21 lines
804 B
Text
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=0.9
|
|
homepage="http://radare.org"
|
|
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--without-ewf --with-sysmagic --without-ssl"
|
|
revision=2
|
|
short_desc="Advanced command line debugger and hexadecimal editor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-3"
|
|
checksum=e12feea3b776601d7b680e64250897110cf4fca2f1214b4c527e13b7abe900e0
|
|
long_desc="
|
|
It is composed by an hexadecimal editor (radare) with a wrapped IO layer
|
|
supporting multiple backends for local/remote files, accessing filesystems,
|
|
debugger (osx,bsd,linux,w32), stream analyzer, assembler/disassembler
|
|
(rasm) for x86,arm,ppc,m68k,java,msil,sparc, etc."
|
|
|
|
broken_as_needed=yes
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build file-devel
|