From dabe2966cf09aed9bb99695d3cf6825c2e555b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20DESBRI=C3=88RES?= Date: Thu, 5 Jun 2014 20:34:37 +0200 Subject: ocaml-xmlm --- pcr/ocaml-xmlm/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pcr/ocaml-xmlm/PKGBUILD (limited to 'pcr/ocaml-xmlm/PKGBUILD') diff --git a/pcr/ocaml-xmlm/PKGBUILD b/pcr/ocaml-xmlm/PKGBUILD new file mode 100644 index 000000000..2476a3e9b --- /dev/null +++ b/pcr/ocaml-xmlm/PKGBUILD @@ -0,0 +1,32 @@ +# 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: + -- cgit v1.2.3-2-g168b