mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
radare2-git: bump version.
This commit is contained in:
parent
e6c849d46b
commit
c7a4dafeb1
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'radare2-git'
|
# Template file for 'radare2-git'
|
||||||
pkgname=radare2-git
|
pkgname=radare2-git
|
||||||
version="$(date -u +%Y%m%d)"
|
version=20130812
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
|
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
@ -25,6 +25,7 @@ radare2-devel-git_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue