From 9eea00d434fe92b5c090fd0d3d8fdb1b6d042f5a Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:10:01 +0000 Subject: [PATCH] encfs: moved to attic --- encfs/.footprint | 14 -------------- encfs/.md5sum | 1 - encfs/Pkgfile | 18 ------------------ 3 files changed, 33 deletions(-) delete mode 100644 encfs/.footprint delete mode 100644 encfs/.md5sum delete mode 100644 encfs/Pkgfile diff --git a/encfs/.footprint b/encfs/.footprint deleted file mode 100644 index db22c9d03..000000000 --- a/encfs/.footprint +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/encfs --rwxr-xr-x root/root usr/bin/encfsctl --rwxr-xr-x root/root usr/bin/encfssh -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libencfs.la -lrwxrwxrwx root/root usr/lib/libencfs.so -> libencfs.so.1.1.1 -lrwxrwxrwx root/root usr/lib/libencfs.so.1 -> libencfs.so.1.1.1 --rwxr-xr-x root/root usr/lib/libencfs.so.1.1.1 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/encfs.1.gz --rw-r--r-- root/root usr/man/man1/encfsctl.1.gz diff --git a/encfs/.md5sum b/encfs/.md5sum deleted file mode 100644 index 3c235120b..000000000 --- a/encfs/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c93d6a22aa858db4eb3803170a82274a encfs-1.3.1-1.tgz diff --git a/encfs/Pkgfile b/encfs/Pkgfile deleted file mode 100644 index e915b3475..000000000 --- a/encfs/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Encrypting filesystem for FUSE -# URL: http://arg0.net/users/vgough/encfs.html -# Maintainer: -# Packager: Jukka Heino, jukka dot heino at gmail dot com -# Depends on: fuse, openssl, rlog - -name=encfs -version=1.3.1 -release=1 -source=(http://arg0.net/users/vgough/download/$name-$version-1.tgz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share -}