[arch-commits] Commit in gmp/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Jul 21 06:54:31 UTC 2008
Date: Monday, July 21, 2008 @ 02:54:30
Author: jgc
Revision: 5820
Fix URL (FS#10926), add extra || return 1 checks
Modified:
gmp/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-21 03:24:47 UTC (rev 5819)
+++ PKGBUILD 2008-07-21 06:54:30 UTC (rev 5820)
@@ -9,12 +9,12 @@
license=('LGPL3')
options=(!libtool)
source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.gz)
-url="http://www.swox.com/gmp/"
+url="http://gmplib.org/"
md5sums=('1def49df60248a08374ecd6cdcaa5d3d')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-cxx --build=${CHOST}
+ ./configure --prefix=/usr --enable-cxx --build=${CHOST} || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list