summaryrefslogtreecommitdiff
path: root/community/zathura-djvu/PKGBUILD
blob: df7597ad2f4c549a881898cbe1acacea65945f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 69556 2012-04-18 10:59:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: karnath <karnathtorjian@gmail.com>

pkgname=zathura-djvu
pkgver=0.1.1
pkgrel=2
pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
arch=('i686' 'x86_64' 'mips64el')
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=('d76bf25ad5c3bef220aebef693ff6aad')

build(){
  cd ${srcdir}/zathura-djvu-$pkgver
  make
  make DESTDIR="$pkgdir" install
  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}