encfs: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:10:01 +00:00
parent a79c65165d
commit 9eea00d434
3 changed files with 0 additions and 33 deletions

View File

@ -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

View File

@ -1 +0,0 @@
c93d6a22aa858db4eb3803170a82274a encfs-1.3.1-1.tgz

View File

@ -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
}