summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins-nonprism/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/grilo-plugins-nonprism/PKGBUILD')
-rw-r--r--nonprism/grilo-plugins-nonprism/PKGBUILD40
1 files changed, 40 insertions, 0 deletions
diff --git a/nonprism/grilo-plugins-nonprism/PKGBUILD b/nonprism/grilo-plugins-nonprism/PKGBUILD
new file mode 100644
index 000000000..ccae9590e
--- /dev/null
+++ b/nonprism/grilo-plugins-nonprism/PKGBUILD
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 205839 2014-02-11 12:53:30Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
+
+_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
+}