1 # Maintainer: Gregory BELLIER <gregory.bellier -- gmail -- com>
2 # Contributor: Gregory BELLIER <gregory.bellier -- gmail -- com>
7 pkgdesc="OCaml library to get infos on files opened by another processus "
9 url="http://gatekeeper.fr"
11 makedepends=('ocaml ocaml-findlib')
14 source=(http://gatekeeper.fr/tarball/ocaml-fdinfo/ocaml-fdinfo_$pkgver.tar.gz)
15 md5sums=('bc4d776f7feb39e9fec2caeca8e83df6')
19 cd "$srcdir/ocaml-fdinfo_$pkgver"
22 OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
23 install -d $OCAMLFIND_DESTDIR/fdinfo/ || return 1
25 OCAMLDESTDIR="$OCAMLFIND_DESTDIR" make install || return 1
29 # vim:set ts=2 sw=2 et: