summaryrefslogtreecommitdiff
path: root/community/arch
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 00:31:40 -0300
commitb7be3e931b811decb9a8686a60e52fe723bbaf81 (patch)
tree2e7da21de151c50ecdfa97a9d4ef5db5de62db51 /community/arch
parent78397621fc97288066a5d73989811ab0fe641bd6 (diff)
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/ipvsadm/PKGBUILD community/arch/PKGBUILD community/chntpw/PKGBUILD community/dnstracer/PKGBUILD community/dvtm/PKGBUILD community/gnash/PKGBUILD community/ngspice/PKGBUILD community/siege/PKGBUILD extra/enscript/PKGBUILD extra/gconfmm/PKGBUILD extra/gftp/PKGBUILD extra/libart-lgpl/PKGBUILD extra/libcaca/PKGBUILD extra/libdv/PKGBUILD extra/libgnomemm/PKGBUILD extra/libidl2/PKGBUILD extra/libvisual/PKGBUILD extra/libxdamage/PKGBUILD extra/libxrender/PKGBUILD extra/openslp/PKGBUILD extra/snarf/PKGBUILD multilib/wine/PKGBUILD testing/mesa/PKGBUILD testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'community/arch')
-rw-r--r--community/arch/PKGBUILD26
1 files changed, 14 insertions, 12 deletions
diff --git a/community/arch/PKGBUILD b/community/arch/PKGBUILD
index de474a313..9467e75cb 100644
--- a/community/arch/PKGBUILD
+++ b/community/arch/PKGBUILD
@@ -1,27 +1,29 @@
-# $Id: PKGBUILD 46342 2011-05-05 11:48:15Z spupykin $
-# Maintainer: Judd Vinet <jvinet@zeroflux.org>
+# $Id: PKGBUILD 64633 2012-02-17 13:20:14Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Judd Vinet <jvinet@zeroflux.org>
-pkgname='arch'
+pkgname=arch
pkgver=1.3.5
-pkgrel=8
-pkgdesc="a modern and remarkable revision control system"
+pkgrel=9
+pkgdesc='A modern and remarkable revision control system.'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-url="http://regexps.srparish.net/www/#Gnu-arch"
+url='http://regexps.srparish.net/www/#Gnu-arch'
depends=('zlib' 'expat' 'krb5')
options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/gnu-arch/tla-$pkgver.tar.gz)
+source=("ftp://ftp.gnu.org/gnu/gnu-arch/tla-${pkgver}.tar.gz")
md5sums=('db31ee89bc4788eef1eba1cee6c176ef')
build() {
- cd "${srcdir}/tla-$pkgver/src"
- mkdir =build
- cd =build
- ../configure --prefix /usr
+ cd "${srcdir}/tla-${pkgver}"
+
+ mkdir build
+ cd build
+ ../src/configure --prefix /usr
make
}
package() {
- cd "${srcdir}/tla-$pkgver/src/=build"
+ cd "${srcdir}/tla-${pkgver}/build"
make prefix="${pkgdir}/usr" install
}