# $Id: PKGBUILD 183463 2013-04-21 22:12:16Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=totem-plparser pkgver=3.4.4 pkgrel=1 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" license=('LGPL') arch=(i686 x86_64) depends=('gmime' 'libsoup' 'libarchive' 'libquvi') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457') build() { cd totem-pl-parser-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static make } package(){ cd totem-pl-parser-$pkgver make DESTDIR="$pkgdir" install }