updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / soma / PKGBUILD
blob6c32616df913fa2ed43b77f316ae2b7557c89788
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>
7 pkgname=soma
8 pkgver=2.4
9 pkgrel=1
10 pkgdesc="Music daemon"
11 arch=(i686)
12 url="http://www.somasuite.org/"
13 license=('GPL')
14 groups=()
15 depends=('libxml2' 'openssl' 'ffmpeg')
16 makedepends=()
17 provides=()
18 conflicts=()
19 replaces=()
20 backup=()
21 options=(!libtool)
22 install=
23 source=(http://www.somasuite.org/src/$pkgname-$pkgver.tar.gz)
24 noextract=()
25 md5sums=('4a1aab8bca0c049008eda6e305494a1e') #generate with 'makepkg -g'
27 build() {
28   cd $startdir/src/$pkgname-2.4
29   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ffmpeg
30   make || return 1
31   make DESTDIR=$startdir/pkg install