radare2: move so symlinks to -devel; update maintainer.

This commit is contained in:
Juan RP 2014-06-08 11:35:41 +02:00
parent b329fa5f6f
commit b6060c2dda
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'radare2'
pkgname=radare2
version=0.9.7
revision=3
revision=4
build_style=gnu-configure
short_desc="Advanced command line debugger and hexadecimal editor"
maintainer="pancake <pancake@nopcode.org>"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
homepage="http://www.radare.org"
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
@ -16,5 +16,6 @@ radare2-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}