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

Tobias Powalowski tpowa at archlinux.org
Tue Feb 5 19:35:37 UTC 2008


    Date: Tuesday, February 5, 2008 @ 14:35:37
  Author: tpowa
    Path: /home/cvs-extra/extra/devel/ocaml

Modified: PKGBUILD (1.10 -> 1.11)

'upgpkg: update to new version'


----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


Index: extra/devel/ocaml/PKGBUILD
diff -u extra/devel/ocaml/PKGBUILD:1.10 extra/devel/ocaml/PKGBUILD:1.11
--- extra/devel/ocaml/PKGBUILD:1.10	Wed May 30 17:28:57 2007
+++ extra/devel/ocaml/PKGBUILD	Tue Feb  5 14:35:37 2008
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD,v 1.10 2007/05/30 21:28:57 tpowa Exp $
+# $Id: PKGBUILD,v 1.11 2008/02/05 19:35:37 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ocaml	
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
+license=('LGPL2' 'QPL-1.0')
 url="http://caml.inria.fr/"
 depends=('gdbm')
-makedepends=('tk' 'ncurses')
+makedepends=('tk' 'ncurses' 'libx11')
 source=(http://caml.inria.fr/distrib/ocaml-3.10/$pkgname-$pkgver.tar.gz)
 install=(ocaml.install)
 
@@ -19,5 +20,7 @@
   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=('5ec0b860730925f738d91ca96d692406')
+md5sums=('04fbe476b7f633a910429106e02d9948')




More information about the arch-commits mailing list