summaryrefslogtreecommitdiff
path: root/community/zathura-djvu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura-djvu/PKGBUILD')
-rw-r--r--community/zathura-djvu/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
index c744afd4b..fce4581e6 100644
--- a/community/zathura-djvu/PKGBUILD
+++ b/community/zathura-djvu/PKGBUILD
@@ -1,22 +1,26 @@
-# $Id: PKGBUILD 72435 2012-06-14 15:08:14Z spupykin $
+# $Id: PKGBUILD 75893 2012-09-05 01:14:30Z dwallace $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-djvu
-pkgver=0.2.0
+pkgver=0.2.1
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')
+source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
+md5sums=('c3525b43b74bb0777a2b3561f7dcde06')
build(){
- cd ${srcdir}/zathura-djvu-$pkgver
+ cd "${srcdir}/$pkgname-$pkgver"
make
+}
+package(){
+ cd "${srcdir}/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}