capstone: fix distfiles and update-check
This commit is contained in:
parent
666c6964fb
commit
c773020158
2 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'capstone'
|
# Template file for 'capstone'
|
||||||
pkgname=capstone
|
pkgname=capstone
|
||||||
version=3.0.4
|
version=3.0.4
|
||||||
revision=1
|
revision=2
|
||||||
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="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="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3e88abdf6899d11897f2e064619edcc731cc8e97e9d4db86495702551bb3ae7f
|
checksum=5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make V=1 CC=$CC ${makejobs}
|
make V=1 CC=$CC ${makejobs}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
site="${homepage}download.html"
|
|
Loading…
Add table
Add a link
Reference in a new issue