24 lines
675 B
Text
24 lines
675 B
Text
# Template file for 'radare2'
|
|
pkgname=radare2
|
|
version=0.9.7
|
|
revision=5
|
|
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
|
|
}
|
|
}
|