summaryrefslogtreecommitdiff
path: root/ccrypt
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-10-22 08:44:15 +0200
committerJuergen Daubert <jue@jue.li>2012-10-22 08:44:15 +0200
commita61116a5626c29a4b279927f319ec94a1be14136 (patch)
tree6ce0872b8d07eb98bf34e7f6dd48044e527c5db4 /ccrypt
parent257d8fbe01014fc63fd3f89a9a3c0234342eadad (diff)
downloadopt-a61116a5626c29a4b279927f319ec94a1be14136.tar.gz
opt-a61116a5626c29a4b279927f319ec94a1be14136.tar.xz
ccrypt: update to 1.10
Diffstat (limited to 'ccrypt')
-rw-r--r--ccrypt/.footprint2
-rw-r--r--ccrypt/.md5sum2
-rw-r--r--ccrypt/Pkgfile5
3 files changed, 5 insertions, 4 deletions
diff --git a/ccrypt/.footprint b/ccrypt/.footprint
index c0d1bd52b..f919c384e 100644
--- a/ccrypt/.footprint
+++ b/ccrypt/.footprint
@@ -3,10 +3,12 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/ccat -> ccrypt
lrwxrwxrwx root/root usr/bin/ccdecrypt -> ccrypt
lrwxrwxrwx root/root usr/bin/ccencrypt -> ccrypt
+-rwxr-xr-x root/root usr/bin/ccguess
-rwxr-xr-x root/root usr/bin/ccrypt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/ccat.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccdecrypt.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccencrypt.1.gz -> ccrypt.1.gz
+-rw-r--r-- root/root usr/man/man1/ccguess.1.gz
-rw-r--r-- root/root usr/man/man1/ccrypt.1.gz
diff --git a/ccrypt/.md5sum b/ccrypt/.md5sum
index b51ddeb53..001fdffe7 100644
--- a/ccrypt/.md5sum
+++ b/ccrypt/.md5sum
@@ -1 +1 @@
-c3f78019d7a166dd66f1d4b1390c62c2 ccrypt-1.9.tar.gz
+44ddd763465c254df83f5d38851d04d7 ccrypt-1.10.tar.gz
diff --git a/ccrypt/Pkgfile b/ccrypt/Pkgfile
index 221368804..c057960c3 100644
--- a/ccrypt/Pkgfile
+++ b/ccrypt/Pkgfile
@@ -3,14 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=ccrypt
-version=1.9
+version=1.10
release=1
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share
}

Generated by cgit