From 6e389ff4b9378f858affca6cd70fc3e9ed635bb7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 28 Dec 2015 14:54:27 +0100 Subject: [PATCH] binwalk: update to 2.1.1. --- srcpkgs/binwalk/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 480d74e167b..56299f7207b 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,20 +1,18 @@ # Template build file for 'binwalk'. pkgname=binwalk -version=2.0.1 +version=2.1.1 revision=1 hostmakedepends="python" depends="python libmagic libfuzzy" -build_style="gnu-configure" -configure_args="--disable-libmagic --disable-libfuzzy --host=$XBPS_CROSS_TRIPLET" +build_style=python-module pycompile_module="binwalk" short_desc="Easy tool for analyzing/reversing/extracting firmware images" maintainer="Duncaen " homepage="http://www.binwalk.org" license="MIT" distfiles="https://github.com/devttys0/${pkgname}/archive/v${version}.tar.gz" -checksum=90ee8426d71e91b62dfe4a1446c457bc7835b475b28717859e275a0494403959 +checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a -do_install() { - python setup.py install --root=${DESTDIR} --no-compile +post_install() { vlicense LICENSE }