# $Id: PKGBUILD 100868 2013-11-12 17:03:37Z heftig $ # Maintainer: Lukas Fleischer # Contributor: joyfulgirl@archlinux.us pkgname=quvi pkgver=0.9.5 pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' license=('AGPL3') depends=('libquvi' 'libxml2' 'json-glib') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) md5sums=('baa1d7b25e9fd173e952e27d4aa4b933' 'SKIP') build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }