diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/zathura-djvu/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/zathura-djvu/PKGBUILD')
-rw-r--r-- | community/zathura-djvu/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD deleted file mode 100644 index 6d83912ef..000000000 --- a/community/zathura-djvu/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 91452 2013-05-22 23:23:11Z 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.3 -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') -install="$pkgname.install" -source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz") -md5sums=('a472f706d6f6384d8bc2750141a84fc6') - -build(){ - make -C "${srcdir}/$pkgname-$pkgver" -} - -package(){ - make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install - install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - |