summaryrefslogtreecommitdiff
path: root/community/arch
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
committerroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
commit1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (patch)
treedbb34352753ef1b7e1893aa225490fad5306ba22 /community/arch
parent5c25d28847bcae8c3c51c1babcb09d36c7fbddba (diff)
Thu May 12 22:37:08 UTC 2011
Diffstat (limited to 'community/arch')
-rw-r--r--community/arch/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/arch/PKGBUILD b/community/arch/PKGBUILD
index 648f29206..2be3a270a 100644
--- a/community/arch/PKGBUILD
+++ b/community/arch/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 75248 2010-04-01 04:38:12Z allan $
+# $Id: PKGBUILD 46342 2011-05-05 11:48:15Z spupykin $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
-pkgname=arch
+pkgname='arch'
pkgver=1.3.5
-pkgrel=7
+pkgrel=8
pkgdesc="a modern and remarkable revision control system"
arch=('i686' 'x86_64')
license=('GPL')
url="http://regexps.srparish.net/www/#Gnu-arch"
-depends=('zlib' 'expat' 'heimdal')
+depends=('zlib' 'expat' 'krb5')
+options=('!makeflags')
source=(ftp://ftp.gnu.org/gnu/gnu-arch/tla-$pkgver.tar.gz)
md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
-options=('!makeflags')
build() {
cd "${srcdir}/tla-$pkgver/src"
mkdir =build
cd =build
../configure --prefix /usr
- make || return 1
+ make
+}
+
+package() {
+ cd "${srcdir}/tla-$pkgver/src/=build"
make prefix="${pkgdir}/usr" install
}