From a1ba981700ea6943bedc5d7bb769b1f893088c7f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Sep 2013 03:05:25 -0700 Subject: Mon Sep 30 02:50:34 PDT 2013 --- extra/arj/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'extra/arj') diff --git a/extra/arj/PKGBUILD b/extra/arj/PKGBUILD index 4f07f5617..12f15f794 100644 --- a/extra/arj/PKGBUILD +++ b/extra/arj/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 149330 2012-02-06 20:41:57Z stephane $ +# $Id: PKGBUILD 195286 2013-09-29 21:24:32Z eric $ # Maintainer: # Contributor: Travis Willard # Contributor: Gergely Tamas pkgname=arj pkgver=3.10.22 -pkgrel=7 +pkgrel=8 pkgdesc="Free and portable clone of the ARJ archiver" url="http://arj.sourceforge.net/" arch=('i686' 'x86_64') license=('GPL') -options=('!makeflags') depends=('glibc') +options=('!makeflags') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" 001_arches_align.patch 002_no_remove_static_const.patch @@ -23,7 +23,7 @@ md5sums=('f263bf3cf6d42a8b7e85b4fb514336d3' '56b3cf96ec485b0d824761457417fcc0' '4630a7254dfc6c8d8c7e696aa4a58f4a') -build() { +prepare() { cd "${srcdir}/${pkgname}-${pkgver}" # Add gentoo patches @@ -36,7 +36,11 @@ build() { aclocal autoconf rm -f config.{guess,sub} - cp /usr/share/automake-1.11/config.{guess,sub} . + cp /usr/share/automake-1.14/config.{guess,sub} . +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}/gnu" ./configure --prefix=/usr cd .. make prepare -- cgit v1.2.3-54-g00ecf