radare2: enable --with-sys{magic,zip}.
This commit is contained in:
parent
05481c3f02
commit
168510acaf
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'radare2'
|
||||
pkgname=radare2
|
||||
version=0.9.7
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-sysmagic --with-syszip"
|
||||
makedepends="libzip-devel zlib-devel"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
|
@ -10,12 +12,13 @@ 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
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue