3 # Contributor: Luciano A. Ferrer <laferrer@gmail.com>
4 pkgname=liquidsoap-full
9 pkgdesc="Liquidsoap is the audio stream generator of the Savonet project, notably used for generating the stream of netradios"
10 url="http://savonet.sourceforge.net/"
11 install=liquidsoap.install
12 depends=('ocaml' 'ocaml-pcre' 'perl-xml-dom' 'libxml-perl' 'ocaml-camomile' 'ocaml-magic' 'ocaml-dtool' 'ocaml-duppy'
14 source=(http://downloads.sourceforge.net/project/savonet/liquidsoap/$pkgver/liquidsoap-$pkgver-full.tar.bz2
20 cp $srcdir/PACKAGES $srcdir/liquidsoap-$pkgver-full
22 cd "$srcdir/liquidsoap-$pkgver-full"
24 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-user=root --with-group=root
26 make DESTDIR="$pkgdir/" datadir="$pkgdir/usr/share/" mandir="$pkgdir/usr/share/man/" localstatedir="$pkgdir/var" bindir="$pkgdir/usr/bin/" libdir="$pkgdir/usr/lib/" sysconfdir="$pkgdir/etc/" install
31 md5sums=('e379caaf68b1141b0b34bdb3db14ab69'
32 '81d37afae925cb42cd8db27e8f13104d')