From feee4a6c546089d72005665adedd08101e285fd5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 3 Jan 2014 15:59:19 +0100 Subject: [PATCH] xbps-src-utils: bump version and switch to configure build_style. --- srcpkgs/xbps-src-utils/template | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/srcpkgs/xbps-src-utils/template b/srcpkgs/xbps-src-utils/template index 60beb819a62..6fbfd45648d 100644 --- a/srcpkgs/xbps-src-utils/template +++ b/srcpkgs/xbps-src-utils/template @@ -1,12 +1,14 @@ # Template build file for 'xbps-src-utils'. pkgname=xbps-src-utils -version=20131027 +version=20140103 revision=1 -homepage="https://github.com/davehome/xbps-src-utils" +build_style=configure +configure_args="--prefix=/usr --etcdir=/etc" hostmakedepends="pkg-config" makedepends="libxbps-devel>=0.25" short_desc="Various tools for xbps-src in C (like repo-checkvers)" maintainer="davehome " +homepage="https://github.com/davehome/xbps-src-utils" license="GPL-2" long_desc=" Various tools for xbps-src in C (like repo-checkvers) @@ -21,15 +23,3 @@ do_fetch() { msg_normal " Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} } - -do_configure() { - ./configure --prefix=/usr --etcdir=/etc -} - -do_build() { - make -} - -do_install() { - make DESTDIR=${DESTDIR} install -}