1 # Maintainer: Gregory BELLIER <gregory.bellier -- gmail -- com>
2 # Contributor: Gregory BELLIER <gregory.bellier -- gmail -- com>
7 pkgdesc="OCaml bindings for the inotify API"
9 url="https://github.com/vincenthz/ocaml-inotify"
11 makedepends=('ocaml ocaml-findlib')
14 source=(https://github.com/gbe/ocaml-inotify/tarball/1.0)
15 md5sums=('11f9c938daabd32808fa9e2341d0a22f')
19 cd "$srcdir/gbe-ocaml-inotify-a3dcac2"
22 OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
23 install -d $OCAMLFIND_DESTDIR/inotify/ || return 1
25 OCAMLDESTDIR="$OCAMLFIND_DESTDIR" make install || return 1
29 # vim:set ts=2 sw=2 et: