1 # Maintainer: Thomas S Hatch <thatch45 at gmail dot com>
2 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
8 pkgdesc="OCaml Bindings to the alsa library"
9 url="http://savonet.sourceforge.net/"
11 makedepends=('ocaml-findlib')
13 source=("http://downloads.sourceforge.net/savonet/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('a9fb56e8b28fe8da3cbd64f0a71149ad')
16 OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
19 cd "${srcdir}/${pkgname}-${pkgver}"
20 ./configure --prefix=/usr
25 cd "${srcdir}/${pkgname}-${pkgver}"
26 mkdir -p $OCAMLFIND_DESTDIR
28 OCAMLFIND_DESTDIR=$OCAMLFIND_DESTDIR \
29 OCAMLFIND_LDCONF=ignore \