updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / grilo-plugins / PKGBUILD
blobcf14d268ecce251c29b2679307a229734fc61540
1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Jonathan Lestrelin <zanko@daemontux.org>
4 pkgname=grilo-plugins
5 pkgver=0.1.17
6 pkgrel=1
7 pkgdesc="A framework focused on making media discovery and browsing easy for application developers."
8 arch=('i686' 'x86_64')
9 url="http://www.clutter-project.org"
10 license=('LGPL')
11 depends=('grilo>=0.1.17')
12 makedepends=('rest' 'gmime' 'gupnp-av' 'libgdata' 'quvi' 'sqlite3' 'tracker')
13 optdepends=('quvi: youtube plugin'
14             'libgdata: youtube plugin'
15             'rest: bliptv plugin'
16             'tracker: tracker plugin'
17             'gupnp-av: gupnp plugin'
18             'gmime: podcast plugin'
19             'sqlite3: podcast bookmark and metadatastore plugin')
20 options=('!libtool')
21 source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.1/$pkgname-$pkgver.tar.bz2")
22 sha256sums=('5a04b29095a958e4ec414fe05ba0bcae9212756c5ac102b575e028cbd254f234')
24 build() {
25   cd "$srcdir/$pkgname-$pkgver"
27   ./configure --prefix=/usr \
28               --enable-static=no \
29               --enable-shoutcast
30   make
33 package() {
34   cd "$srcdir/$pkgname-$pkgver"
36   make DESTDIR="$pkgdir/" install