mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
radare2: move so symlinks to -devel; update maintainer.
This commit is contained in:
parent
b329fa5f6f
commit
b6060c2dda
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'radare2'
|
# Template file for 'radare2'
|
||||||
pkgname=radare2
|
pkgname=radare2
|
||||||
version=0.9.7
|
version=0.9.7
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Advanced command line debugger and hexadecimal editor"
|
short_desc="Advanced command line debugger and hexadecimal editor"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://www.radare.org"
|
homepage="http://www.radare.org"
|
||||||
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
|
||||||
|
@ -16,5 +16,6 @@ radare2-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue