summaryrefslogtreecommitdiff
path: root/community/ccrypt
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/ccrypt
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ccrypt')
-rw-r--r--community/ccrypt/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/ccrypt/PKGBUILD b/community/ccrypt/PKGBUILD
deleted file mode 100644
index 453f40c3a..000000000
--- a/community/ccrypt/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 79357 2012-11-03 16:20:57Z ttopper $
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
-
-pkgname=ccrypt
-pkgver=1.10
-pkgrel=1
-pkgdesc='A command-line utility for encrypting and decrypting files and streams'
-arch=('i686' 'x86_64')
-url="http://ccrypt.sourceforge.net"
-license=('GPL2')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('95d4e524abb146946fe6af9d53ed0e5e294b34e2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et: