mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
capstone: update to 3.0.1.
This commit is contained in:
parent
7ccc0885da
commit
7a0107e95b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'capstone'
|
# Template file for 'capstone'
|
||||||
pkgname=capstone
|
pkgname=capstone
|
||||||
version=3.0
|
version=3.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||||
|
@ -8,7 +8,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://www.capstone-engine.org/"
|
homepage="http://www.capstone-engine.org/"
|
||||||
distfiles="http://www.capstone-engine.org/download/${version}/${pkgname}-${version}.tgz"
|
distfiles="http://www.capstone-engine.org/download/${version}/${pkgname}-${version}.tgz"
|
||||||
checksum=1deacc204f1b0b9df01b543cb1735bf8e857bc0783e6e4749c3760c62e0e7bf0
|
checksum=38fc736830de83ae345d917a6c122e2a09119ec5724b553174ddf84062cf2551
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.TXT LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
capstone-devel_package() {
|
capstone-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue