# Maintainer: Jakob Gahde pkgname=ocaml-efl pkgver=1.18.0 pkgrel=1 pkgdesc="An OCaml interface to the Enlightenment Foundation Libraries (EFL) and Elementary" arch=('i686' 'x86_64') url="https://forge.ocamlcore.org/projects/ocaml-efl/" license=('LGPL2.1') depends=('ocaml' 'efl') makedepends=('ocamlbuild' 'ocaml-findlib') options=('!strip') source=("https://forge.ocamlcore.org/frs/download.php/1661/ocaml-efl-1.18.0.tar.gz") md5sums=('9f47a05ac71ad068c521e880af8d24f4') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" mkdir -p "${OCAMLFIND_DESTDIR}/stublibs" make install OCAMLFIND_DESTDIR="${OCAMLFIND_DESTDIR}" }