Initial commit of cryptsetup-luks
This commit is contained in:
parent
71be23068c
commit
16d76e638b
14
cryptsetup-luks/.footprint
Normal file
14
cryptsetup-luks/.footprint
Normal 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
1
cryptsetup-luks/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b2415f67ceed3ad2c7dd2e878cf7787d cryptsetup-luks-1.0.1.tar.bz2
|
19
cryptsetup-luks/Pkgfile
Normal file
19
cryptsetup-luks/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user