summaryrefslogtreecommitdiff
path: root/social/monkeysphere/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/monkeysphere/PKGBUILD
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/monkeysphere/PKGBUILD')
-rw-r--r--social/monkeysphere/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD
deleted file mode 100644
index 5f32853e5..000000000
--- a/social/monkeysphere/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: fauno <fauno@kiwwwi.com.ar>
-# Based on monkeysphere-git from
-# Contributor (Arch): Olivier Mehani <shtrom-arch@ssji.net>
-# $Id: PKGBUILD 264 2010-11-10 00:57:53Z shtrom $
-pkgname=monkeysphere
-pkgver=0.35
-pkgrel=3
-pkgdesc="Leverage the OpenPGP web of trust for OpenSSH and Web authentication"
-arch=('any')
-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
-md5sums=('481ac14c9fdef0ccd1944c593bd4f517')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
- mkdir -p $pkgdir/var/lib/monkeysphere
-}