1
0
forked from ports/opt

Initial commit of cryptsetup-luks

This commit is contained in:
Simon Gloner 2005-11-16 17:40:51 +00:00
parent 71be23068c
commit 16d76e638b
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libcryptsetup.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cryptsetup/
-rwxr-xr-x root/root usr/lib/libcryptsetup.la
lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.0.0.0
lrwxrwxrwx root/root usr/lib/libcryptsetup.so.0 -> libcryptsetup.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcryptsetup.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cryptsetup.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cryptsetup

1
cryptsetup-luks/.md5sum Normal file
View File

@ -0,0 +1 @@
b2415f67ceed3ad2c7dd2e878cf7787d cryptsetup-luks-1.0.1.tar.bz2

19
cryptsetup-luks/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: user-friendly dm-crypt/LUKS interface
# URL: http://luks.endorphin.org/dm-crypt
# Maintainer: Simon Gloßner, viper at hometux dot de
# Depends on: libdevmapper, libgcrypt, popt
name=cryptsetup-luks
version=1.0.1
release=1
source=(http://luks.endorphin.org/source/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}