[arch-commits] CVS update of extra/devel/ocaml (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Mar 2 17:49:08 UTC 2008


    Date: Sunday, March 2, 2008 @ 12:49:08
  Author: tpowa
    Path: /home/cvs-extra/extra/devel/ocaml

Modified: PKGBUILD (1.11 -> 1.12)

'upgpkg: update to new version'


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


Index: extra/devel/ocaml/PKGBUILD
diff -u extra/devel/ocaml/PKGBUILD:1.11 extra/devel/ocaml/PKGBUILD:1.12
--- extra/devel/ocaml/PKGBUILD:1.11	Tue Feb  5 14:35:37 2008
+++ extra/devel/ocaml/PKGBUILD	Sun Mar  2 12:49:08 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.11 2008/02/05 19:35:37 tpowa Exp $
+# $Id: PKGBUILD,v 1.12 2008/03/02 17:49:08 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ocaml	
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
@@ -12,15 +12,16 @@
 makedepends=('tk' 'ncurses' 'libx11')
 source=(http://caml.inria.fr/distrib/ocaml-3.10/$pkgname-$pkgver.tar.gz)
 install=(ocaml.install)
+options=(!makeflags)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure -prefix /usr
-  make -j1 world.opt
+  make world.opt
   make PREFIX=$startdir/pkg/usr install   
 # Save >10MB with this one, makepkg only strips debug symbols.
  find ${startdir}/pkg/usr/lib -type f -name '*.so.*' -exec strip --strip-unneeded {} \;
 # install license
 install -D -m 644 $startdir/src/$pkgname-$pkgver/LICENSE $startdir/pkg/usr/share/licenses/ocaml/LICENSE
 }
-md5sums=('04fbe476b7f633a910429106e02d9948')
+md5sums=('52c795592c90ecb15c2c4754f04eeff4')




More information about the arch-commits mailing list