summaryrefslogtreecommitdiff
path: root/community/gpg-crypter
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gpg-crypter
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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