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

Tobias Powalowski tpowa at archlinux.org
Wed May 30 21:28:57 UTC 2007


    Date: Wednesday, May 30, 2007 @ 17:28:57
  Author: tpowa
    Path: /home/cvs-extra/extra/devel/ocaml

Modified: PKGBUILD (1.9 -> 1.10)

'upgpkg: update to new version'


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


Index: extra/devel/ocaml/PKGBUILD
diff -u extra/devel/ocaml/PKGBUILD:1.9 extra/devel/ocaml/PKGBUILD:1.10
--- extra/devel/ocaml/PKGBUILD:1.9	Mon Apr  9 14:27:45 2007
+++ extra/devel/ocaml/PKGBUILD	Wed May 30 17:28:57 2007
@@ -1,20 +1,23 @@
-# $Id: PKGBUILD,v 1.9 2007/04/09 18:27:45 tpowa Exp $
+# $Id: PKGBUILD,v 1.10 2007/05/30 21:28:57 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ocaml	
-pkgver=3.09.3
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
 url="http://caml.inria.fr/"
 depends=('gdbm')
 makedepends=('tk' 'ncurses')
-source=(http://caml.inria.fr/distrib/ocaml-3.09/$pkgname-$pkgver.tar.gz)
+source=(http://caml.inria.fr/distrib/ocaml-3.10/$pkgname-$pkgver.tar.gz)
 install=(ocaml.install)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure -prefix /usr
   make -j1 world.opt
-  make PREFIX=$startdir/pkg/usr install
+  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 {} \;
 }
+md5sums=('5ec0b860730925f738d91ca96d692406')




More information about the arch-commits mailing list