summaryrefslogtreecommitdiff
path: root/extra/arj
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-30 03:05:25 -0700
committerroot <root@rshg054.dnsready.net>2013-09-30 03:05:25 -0700
commita1ba981700ea6943bedc5d7bb769b1f893088c7f (patch)
treedeb2c7698ce6657abf503fedca9ad6d519a56b8b /extra/arj
parent5a54e0a093cd01d4787eaf200ba14cfda3bc4b7a (diff)
Mon Sep 30 02:50:34 PDT 2013
Diffstat (limited to 'extra/arj')
-rw-r--r--extra/arj/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
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 <travisw@wmpub.ca>
# Contributor: Gergely Tamas <dice@mfa.kfki.hu>
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