1 # Maintainer: Thomas S Hatch <thatch45 at gmail dot com>
2 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
8 pkgdesc="This OCaml module is used to interact with icecast2 and shoutcast servers."
9 url="http://savonet.sourceforge.net/"
11 makedepends=('ocaml-findlib')
12 source=("http://downloads.sourceforge.net/savonet/${pkgname}-${pkgver}.tar.gz")
13 md5sums=('6d61084cbf185ec97850f886868a56a1')
15 OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 ./configure --prefix=/usr
24 cd "${srcdir}/${pkgname}-${pkgver}"
25 mkdir -p $OCAMLFIND_DESTDIR
26 make OCAMLFIND_DESTDIR=$OCAMLFIND_DESTDIR install