[arch-commits] Commit in lablgtk/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Nov 1 19:31:37 UTC 2010


    Date: Monday, November 1, 2010 @ 15:31:37
  Author: tpowa
Revision: 97741

upgpkg: lablgtk 1.2.7-8
rebuild against latest ocaml

Modified:
  lablgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-01 18:43:51 UTC (rev 97740)
+++ PKGBUILD	2010-11-01 19:31:37 UTC (rev 97741)
@@ -3,7 +3,7 @@
 
 pkgname=lablgtk
 pkgver=1.2.7
-pkgrel=7
+pkgrel=8
 pkgdesc=" An Objective Caml interface to gtk+"
 arch=(i686 x86_64)
 url="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html"
@@ -16,10 +16,10 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make configure || return 1
-  make || return 1
-  make opt || return 1
+  make configure 
+  make 
+  make opt 
   make  PREFIX=$pkgdir/usr LIBDIR=$pkgdir/usr/lib/ocaml BINDIR=$pkgdir/usr/bin \
-    INSTALLDIR=$pkgdir/usr/lib/ocaml/lablgtk DLLDIR=$pkgdir/usr/lib/ocaml/stublibs install || return 1
+    INSTALLDIR=$pkgdir/usr/lib/ocaml/lablgtk DLLDIR=$pkgdir/usr/lib/ocaml/stublibs install
   rm -r $pkgdir/usr/bin
 }




More information about the arch-commits mailing list