mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
capstone: update to 3.0.5.
This commit is contained in:
parent
b9c9e1d98c
commit
f7a6cc7e39
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'capstone'
|
# Template file for 'capstone'
|
||||||
pkgname=capstone
|
pkgname=capstone
|
||||||
version=3.0.4
|
version=3.0.5
|
||||||
revision=3
|
revision=1
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="http://www.capstone-engine.org/"
|
homepage="http://www.capstone-engine.org/"
|
||||||
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
|
checksum=913dd695e7c5a2b972a6f427cb31f2e93677ec1c38f39dda37d18a91c70b6df1
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make V=1 CC=$CC ${makejobs}
|
make V=1 CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install
|
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue