updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / ocaml-gnuplot / PKGBUILD
blobda7b1ff5230a250abdd8f802a6abe6114b54d964
1 # Contributor: Kostas Andreadis <kmandreadis@gmail.com>
2 pkgname=ocaml-gnuplot
3 pkgver=0.8.3
4 pkgrel=1
5 pkgdesc="OCaml bindings to the GNUplot plotting package"
6 arch=('i686')
7 url="http://sourceforge.net/projects/ocaml-gnuplot/"
8 license=('LGPL')
9 depends=('ocaml>=3.0.7' 'gnuplot>=4.0.0')
10 makedepends=('ocaml-findlib')
11 install=
12 source=(http://superb-west.dl.sourceforge.net/sourceforge/ocaml-gnuplot/ocaml-gnuplot-0.8.3.tar.gz)
13 md5sums=('0494706c73028af9f64b5d73efb426a8')
14 options=(!strip)
16 build() {
17   cd "$srcdir/${pkgname}-$pkgver"
19 #  mkdir -p $pkgdir$(ocamlfind printconf destdir)
20   make || return 1
21   make OCAMLFIND_INSTFLAGS="-destdir $pkgdir$(ocamlfind printconf destdir)" install
24 # vim:set ts=2 sw=2 et: