1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Paulo Freire <paulofreire gmail com>
10 pkgdesc="Music daemon"
12 url="http://www.somasuite.org/"
15 depends=('libxml2' 'openssl' 'ffmpeg')
23 source=(http://www.somasuite.org/src/$pkgname-$pkgver.tar.gz)
25 md5sums=('4a1aab8bca0c049008eda6e305494a1e') #generate with 'makepkg -g'
28 cd $startdir/src/$pkgname-2.4
29 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ffmpeg
31 make DESTDIR=$startdir/pkg install