capstone: fix distfiles and update-check

This commit is contained in:
Eivind Uggedal 2015-08-15 08:01:10 +00:00
parent 666c6964fb
commit c773020158
2 changed files with 3 additions and 4 deletions

View file

@ -1,13 +1,13 @@
# Template file for 'capstone'
pkgname=capstone
version=3.0.4
revision=1
revision=2
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="2-clause-BSD"
homepage="http://www.capstone-engine.org/"
distfiles="http://www.capstone-engine.org/download/${version}/${pkgname}-${version}.tgz"
checksum=3e88abdf6899d11897f2e064619edcc731cc8e97e9d4db86495702551bb3ae7f
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
checksum=5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
do_build() {
make V=1 CC=$CC ${makejobs}

View file

@ -1 +0,0 @@
site="${homepage}download.html"