diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-14 17:21:27 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-14 17:21:27 -0300 |
commit | 568929c75b5a62756a0b984709e7db8795c6bcdf (patch) | |
tree | 076a408a7442a9a08c2b19f4d3eca196bd9f1a9a /social/monkeysphere/PKGBUILD | |
parent | 4253d9d631fb5aec2e5621169816601a727ca38f (diff) | |
download | abslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.tar.gz abslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.tar.bz2 abslibre-568929c75b5a62756a0b984709e7db8795c6bcdf.zip |
[social] repo
Diffstat (limited to 'social/monkeysphere/PKGBUILD')
-rw-r--r-- | social/monkeysphere/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD new file mode 100644 index 000000000..33c1bcf1b --- /dev/null +++ b/social/monkeysphere/PKGBUILD @@ -0,0 +1,23 @@ +# Contributor: fauno <fauno@kiwwwi.com.ar> +# Based on monkeysphere-git from +# Contributor: Olivier Mehani <shtrom-arch@ssji.net> +# $Id: PKGBUILD 264 2010-11-10 00:57:53Z shtrom $ +pkgname=monkeysphere +pkgver=0.35 +pkgrel=1 +pkgdesc="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" +arch=('i686' 'x86_64') +url="http://web.monkeysphere.info/" +license=('GPL3') +depends=('gnupg' 'lockfile-progs' 'perl-crypt-openssl-rsa' 'perl-digest-sha1') +source=(http://archive.monkeysphere.info/debian/pool/${pkgname}/m/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) +install=monkeysphere.install + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + mkdir -p $pkgdir/var/lib/monkeysphere +} +md5sums=() +md5sums=('481ac14c9fdef0ccd1944c593bd4f517') |