# Contributor (Arch) : charlesthehawk -- yahoo -- com # Contributor (Arch) : Gregory BELLIER # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=ocaml-xmlm pkgver=1.1.1 pkgrel=1 pkgdesc="OCaml xml manipulation module" arch=('i686' 'x86_64') url="http://erratique.ch/software/xmlm/" license=('BSD') makedepends=('ocaml ocaml-findlib') options=('!strip') install= source=(http://erratique.ch/software/xmlm/releases/xmlm-$pkgver.tbz) build() { cd "$srcdir/xmlm-$pkgver" ocaml setup.ml -configure --prefix ${pkgdir}/usr ocaml setup.ml -build } package() { cd "${srcdir}/xmlm-${pkgver}" mkdir -p ${pkgdir}$(ocamlfind printconf destdir) env OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) \ ocaml setup.ml -install } # vim:set ts=2 sw=2 et: