# Contributor (Arch) : Leonard de Ruijter # Contributor (Arch) : Serge Zirukin # Contributor (Arch) : Sergei Lebedev # Contributor (Arch) : kfgz # Contributor (Arch) : Justin Davis # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=ocaml-easy-format _oname=easy-format pkgver=1.0.2 pkgrel=1 pkgdesc="Data pretty printing made easy" url="http://mjambon.com/easy-format.html" arch=('i686' 'x86_64') options=('!strip' 'staticlibs') license=('BSD') makedepends=('ocaml-findlib') source=(http://mjambon.com/releases/${_oname}/${_oname}-${pkgver}.tar.gz) build() { cd $srcdir/$_oname-$pkgver make } package() { cd $srcdir/$_oname-$pkgver mkdir -p ${pkgdir}$(ocamlfind printconf destdir) make OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) install }