From 2c2302800b1276965e41b62c39225c682468b5ae Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 27 Oct 2015 16:00:00 +0100 Subject: [PATCH] rmlint: unbreak cross Misc fixes. --- srcpkgs/rmlint/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index f658bf47d06..057448f3551 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -1,18 +1,19 @@ # Template file for 'rmlint' pkgname=rmlint version=2.4.0 -revision=1 -hostmakedepends="git scons pkg-config python3 python3.4-Sphinx" -makedepends="glib-devel libblkid-devel elfutils-devel json-glib-devel" +revision=2 +build_style=scons +hostmakedepends="scons pkg-config python3.4-Sphinx glib-devel" +makedepends="libblkid-devel elfutils-devel json-glib-devel" +pycompile_version="3.4" +pycompile_module="shredder" short_desc="Extremely fast tool to remove duplicates" maintainer="Andrea Brancaleoni " license="GPL-3" homepage="http://rmlint.rtfd.org/" distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz" checksum=f1c13681da073c4dc2f1173add85908d1e0e949659a1923ed7bfc0b2d1b8930d -nocross=y do_install() { - scons CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" install --prefix=${DESTDIR}/usr - vlicense COPYING + scons install --prefix=${DESTDIR}/usr }