updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / camelis / PKGBUILD
blob6bf76fded214847f999ce9fa89fc4ffb4b4d1be2
1 # Maintainer: François Lebigre <francois.lebigre@gmail.com>
2 pkgname=camelis
3 pkgver=1.4.3
4 pkgrel=4
5 pkgdesc="An implementation of Logical Information Systems (LIS)."
6 arch=(i686 x86_64)
7 url="http://www.irisa.fr/LIS/ferre/camelis/index.html"
8 license=('GPL')
9 depends=('ocaml>=3.08' 'lablgtk2' 'ocaml-xml-light' 'ocaml-mp3id3' 'logfun')
10 optdepends=('jhead: utility program for the JPEG transducer')
11 source=(http://www.irisa.fr/LIS/ferre/camelis/download/$pkgname-$pkgver-src.tar.gz)
12 md5sums=('bcbb55938b36bfe4c6feff7ba3b5c253')
14 build() {
15         cd "$srcdir/$pkgname-$pkgver-src"
17         make INCLUDES="-I +lablgtk2 -I +site-lib/mp3id3 -I +logfun -I common -I source -I well -I interface -I +xml-light" all
18         
21 package() {
22         cd "$srcdir/$pkgname-$pkgver-src"
24         mkdir -p $pkgdir$(ocamlc -where)
25         make CAMLLIB=$pkgdir$(ocamlc -where) install