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