summaryrefslogtreecommitdiff
path: root/community/gpg-crypter
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gpg-crypter
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gpg-crypter')
-rw-r--r--community/gpg-crypter/PKGBUILD30
-rw-r--r--community/gpg-crypter/gpg-crypter.changelog2
2 files changed, 0 insertions, 32 deletions
diff --git a/community/gpg-crypter/PKGBUILD b/community/gpg-crypter/PKGBUILD
deleted file mode 100644
index 182a33e79..000000000
--- a/community/gpg-crypter/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 79925 2012-11-14 19:52:32Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
-# Contributor: lp76 <l.peduto@gmail.com>
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
-arch=('i686' 'x86_64')
-url="http://gpg-crypter.sourceforge.net/"
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/gpg-crypter/gpg-crypter.changelog b/community/gpg-crypter/gpg-crypter.changelog
deleted file mode 100644
index a56f276cc..000000000
--- a/community/gpg-crypter/gpg-crypter.changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-2012-11-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * gpg-crypter 0.4.1-1