From c2222378bebe07a7b677996e0cea9b2f95302de0 Mon Sep 17 00:00:00 2001 From: lemmi Date: Thu, 7 Mar 2019 07:29:57 +0100 Subject: [PATCH] s6-portable-utils: change to configure buildstyle --- srcpkgs/s6-portable-utils/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template index 6df34b34d1e..3926ec79807 100644 --- a/srcpkgs/s6-portable-utils/template +++ b/srcpkgs/s6-portable-utils/template @@ -1,10 +1,12 @@ # Template file for 's6-portable-utils' pkgname=s6-portable-utils version=2.2.1.3 -revision=1 -build_style=gnu-configure +revision=2 +build_style=configure +configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include + --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps + --with-lib=${XBPS_CROSS_BASE}/usr/lib" makedepends="skalibs-devel" -configure_args="--libdir=/usr/lib --includedir=/usr/include --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib" short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)" maintainer="Orphaned " license="ISC"