updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / ocaml-json-static / PKGBUILD
blob054de87956447e08030f810a7270e2979386c315
1 #Contributor: Sergey Plaksin <radzevich.belevich at gmail.com>
3 libname=json-static
5 pkgname=ocaml-$libname
6 pkgver=0.9.8
7 pkgrel=2
8 pkgdesc="A syntax extension of OCaml that can make the use of JSON data easier"
9 arch=('i686' 'x86_64')
10 url="http://martin.jambon.free.fr/json-static.html"
11 license=('AS IS')
12 depends=('ocaml' 'ocaml-findlib' 'ocaml-json-wheel')
13 source=(http://martin.jambon.free.fr/json-static-$pkgver.tar.gz)
14 md5sums=('d45e22d4594ca3d7642243f2e275ac29')
16 build() {
17   cd $srcdir/$libname-$pkgver
18   make all || return 1
19   mkdir -p $pkgdir$(ocamlfind printconf destdir)/$libname
20   make OCAMLFIND_DESTDIR="$pkgdir$(ocamlfind printconf destdir)" install || return 1
21         install -Dm 644 README $pkgdir/usr/share/doc/$pkgname/README
22   install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE