#Maintainer: Christopher Rey P. Baluyut pkgname=facile pkgver=1.1 pkgrel=1 zenver=64 arch=i486 source=("http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=('LICENSE' 'README') url="http://www.recherche.enac.fr/opti/facile/" extradepends=('ocaml') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "facile" "A Functional Constraint Library" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure make || return 1 mkdir -p $startdir/pkg/usr/lib/ocaml/facile cd src install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a $startdir/pkg/usr/lib/ocaml/facile }