summaryrefslogtreecommitdiff
path: root/ccrypt
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /ccrypt
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'ccrypt')
-rw-r--r--ccrypt/.footprint12
-rw-r--r--ccrypt/.md5sum1
-rw-r--r--ccrypt/Pkgfile16
3 files changed, 29 insertions, 0 deletions
diff --git a/ccrypt/.footprint b/ccrypt/.footprint
new file mode 100644
index 000000000..c0d1bd52b
--- /dev/null
+++ b/ccrypt/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+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/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/ccrypt.1.gz
diff --git a/ccrypt/.md5sum b/ccrypt/.md5sum
new file mode 100644
index 000000000..8f0e8e68a
--- /dev/null
+++ b/ccrypt/.md5sum
@@ -0,0 +1 @@
+19526e31a7d234e29d54dbcc876605d5 ccrypt-1.7.tar.gz
diff --git a/ccrypt/Pkgfile b/ccrypt/Pkgfile
new file mode 100644
index 000000000..85ca9056e
--- /dev/null
+++ b/ccrypt/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Utility for encrypting and decrypting files and streams
+# URL: http://ccrypt.sourceforge.net/
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+
+name=ccrypt
+version=1.7
+release=1
+source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/{doc,share}
+}

Generated by cgit