# $Id: PKGBUILD 72435 2012-06-14 15:08:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: karnath pkgname=zathura-djvu pkgver=0.2.0 pkgrel=1 pkgdesc="Adds DjVu support to zathura by using the djvulibre library" arch=('i686' 'x86_64') url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/" license=('custom') depends=('djvulibre' 'zathura') source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz) md5sums=('5358fc3c89a10016061637f1ca38f1cf') build(){ cd ${srcdir}/zathura-djvu-$pkgver make make DESTDIR="$pkgdir" install install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE }