capstone: update to 3.0.5.
This commit is contained in:
parent
b9c9e1d98c
commit
f7a6cc7e39
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'capstone'
|
||||
pkgname=capstone
|
||||
version=3.0.4
|
||||
revision=3
|
||||
version=3.0.5
|
||||
revision=1
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://www.capstone-engine.org/"
|
||||
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
|
||||
checksum=913dd695e7c5a2b972a6f427cb31f2e93677ec1c38f39dda37d18a91c70b6df1
|
||||
|
||||
do_build() {
|
||||
make V=1 CC=$CC ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue