From 04f8b464b143d7a4e1c315bc3ef57a195e9cb266 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 15:34:50 -0400 Subject: [PATCH] capstone: remove unnecessary PREFIX=, clean up --- srcpkgs/capstone/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index a1a88c198f1..ed69d7811da 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -3,7 +3,7 @@ pkgname=capstone version=4.0.2 revision=4 build_style=gnu-makefile -make_use_env=1 +make_use_env=yes hostmakedepends="python3-setuptools" short_desc="Lightweight multi-platform, multi-architecture disassembly framework" maintainer="Orphaned " @@ -12,8 +12,7 @@ homepage="https://www.capstone-engine.org/" distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz" checksum=7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a -do_install() { - make PREFIX=/usr DESTDIR=${DESTDIR} install +post_install() { make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3 vlicense LICENSE.TXT LICENSE }