mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
capstone: update to 5.0.5.
This commit is contained in:
parent
8549f10f75
commit
a46c96b5c4
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'capstone'
|
# Template file for 'capstone'
|
||||||
pkgname=capstone
|
pkgname=capstone
|
||||||
version=5.0.1
|
version=5.0.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-packaging-bootstrap"
|
||||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.capstone-engine.org/"
|
homepage="https://www.capstone-engine.org/"
|
||||||
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
|
||||||
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
|
||||||
checksum=2b9c66915923fdc42e0e32e2a9d7d83d3534a45bb235e163a70047951890c01a
|
checksum=3bfd3e7085fbf0fab75fb1454067bf734bb0bebe9b670af7ce775192209348e9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
|
||||||
|
|
Loading…
Add table
Reference in a new issue