From a6bbc1e1ed052c25654a8124e5d4a484ac1a57de Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 10 Nov 2020 09:28:11 +0100 Subject: [PATCH] unicorn: update to 1.0.2. --- srcpkgs/unicorn/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template index 9134dca224b..03d01750632 100644 --- a/srcpkgs/unicorn/template +++ b/srcpkgs/unicorn/template @@ -1,24 +1,23 @@ # Template file for 'unicorn' pkgname=unicorn -version=1.0.1 -revision=4 -archs="x86_64* i686*" +version=1.0.2 +revision=1 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework" -maintainer="Orphaned " -license="GPL-2" -homepage="http://www.unicorn-engine.org/" +maintainer="Piraty " +license="GPL-2.0-only" +homepage="https://www.unicorn-engine.org/" distfiles="https://github.com/unicorn-engine/unicorn/archive/${version}.tar.gz" -checksum=3a6a4f2b8c405ab009040ca43af8e4aa10ebe44d9c8b336aa36dc35df955017c +checksum=6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 -post_extract() { +post_patch() { # don't build the samples echo "clean:" > samples/Makefile } do_build() { - make - make -C bindings + make $makejobs + make $makejobs -C bindings cd bindings/python for pyver in $py2_ver $py3_ver; do python${pyver} setup.py build --build-base=build-${pyver}