# $Id: PKGBUILD 205839 2014-02-11 12:53:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Maintainer (Parabola): André Silva _pkgname=grilo-plugins pkgname=grilo-plugins-nonprism pkgver=0.2.10 pkgrel=1 pkgdesc="Plugins for Grilo, without libgdata support and gnome-online-accounts recommendation" url="http://www.gnome.org" arch=(i686 x86_64) license=(LGPL) replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver depends=(grilo sqlite libgcrypt) makedepends=(gupnp-av gmime libtracker-sparql libdmapsharing json-glib intltool avahi itstool) optdepends=('gupnp-av: uPnP plugin' 'gmime: Podcasts plugin' 'libtracker-sparql: Tracker plugin' 'libdmapsharing: DMAP sharing plugin' 'json-glib: TMDb plugin' 'avahi: Freebox plugin') options=('!emptydirs') groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz) sha256sums=('5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871') build() { cd $_pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ --enable-shoutcast --disable-pocket make } package() { cd $_pkgname-$pkgver make DESTDIR="$pkgdir" install }