# $Id: PKGBUILD 196141 2013-10-07 11:53:36Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=totem-plparser pkgver=3.10.0 pkgrel=2 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" license=('LGPL') arch=(i686 x86_64 'mips64el') depends=('gmime' 'libsoup' 'libarchive') makedepends=('intltool' 'gobject-introspection' 'libquvi') optdepends=('libquvi: video site handling (Youtube etc.)') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') build() { cd totem-pl-parser-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static make } package(){ cd totem-pl-parser-$pkgver make DESTDIR="$pkgdir" install }