diff options
author | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
commit | 7a65a910b77ad191d69881098c47f9b0c852d92e (patch) | |
tree | 9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/zathura-ps/PKGBUILD | |
parent | 60da6abff6c9577a783d72865f11de7a585e912e (diff) |
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/zathura-ps/PKGBUILD')
-rw-r--r-- | community/zathura-ps/PKGBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD new file mode 100644 index 000000000..9440bf22d --- /dev/null +++ b/community/zathura-ps/PKGBUILD @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: karnath <karnathtorjian@gmail.com> + +pkgname=zathura-ps +pkgver=0.2.2 +pkgrel=1 +pkgdesc="Adds ps support to zathura by using the libspectre library" +arch=('i686' 'x86_64') +url="https://pwmt.org/projects/zathura/plugins/zathura-ps/" +license=('custom') +depends=('libspectre' 'zathura') +install="$pkgname.install" +source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz) +md5sums=('338af976c03c0aa1471b156a0efdc45c') + +build(){ + make -C "$pkgname-$pkgver" +} + +package(){ + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} |