[arch-commits] Commit in orbit2/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 29 10:55:39 UTC 2008
Date: Sunday, June 29, 2008 @ 06:55:39
Author: jgc
Revision: 3690
upgpkg: orbit2 2.14.13-1
Modified:
orbit2/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-29 10:50:27 UTC (rev 3689)
+++ PKGBUILD 2008-06-29 10:55:39 UTC (rev 3690)
@@ -2,22 +2,22 @@
# Maintainer: Jan de Groot <jan at archlinux.org>
pkgname=orbit2
-pkgver=2.14.12
+pkgver=2.14.13
pkgrel=1
pkgdesc="Thin/fast CORBA ORB"
arch=(i686 x86_64)
license=('LGPL' 'GPL')
depends=('libidl2>=0.8.10')
makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
+options=('!libtool')
install=orbit.install
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2)
-md5sums=('6f4bf7d803d442e9d093a0daa203d506')
+md5sums=('1326b6775aaa87601b4cb7579234e1ce')
build() {
cd ${startdir}/src/ORBit2-${pkgver}
- ./configure --prefix=/usr --disable-static
+ ./configure --prefix=/usr --disable-static || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make -j1 DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list