diff options
author | geantbrun <bg@nutyx.(none)> | 2010-02-28 11:15:28 +0100 |
---|---|---|
committer | geantbrun <bg@nutyx.(none)> | 2010-02-28 11:15:28 +0100 |
commit | def70f9b2a067d903eae7c9c02fdff1ab709338a (patch) | |
tree | c5fe853ecbd66f710c1b1037711124b39d786d3b /base/cryptsetup | |
parent | 231e472a3e27f90146662498001b194e94ebcd8d (diff) | |
parent | 598534eb2fc9fab1b4288194049d3e0ed81f7ca0 (diff) | |
download | nutyx-pakxe-def70f9b2a067d903eae7c9c02fdff1ab709338a.tar.gz nutyx-pakxe-def70f9b2a067d903eae7c9c02fdff1ab709338a.tar.bz2 nutyx-pakxe-def70f9b2a067d903eae7c9c02fdff1ab709338a.tar.xz nutyx-pakxe-def70f9b2a067d903eae7c9c02fdff1ab709338a.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'base/cryptsetup')
-rw-r--r-- | base/cryptsetup/.footprint | 16 | ||||
-rw-r--r-- | base/cryptsetup/.md5sum | 1 | ||||
-rw-r--r-- | base/cryptsetup/Pkgfile | 16 |
3 files changed, 33 insertions, 0 deletions
diff --git a/base/cryptsetup/.footprint b/base/cryptsetup/.footprint new file mode 100644 index 000000000..4ae4221f9 --- /dev/null +++ b/base/cryptsetup/.footprint @@ -0,0 +1,16 @@ +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/sbin/ +-rwxr-xr-x root/root usr/sbin/cryptsetup +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/cryptsetup.8.gz diff --git a/base/cryptsetup/.md5sum b/base/cryptsetup/.md5sum new file mode 100644 index 000000000..66eb93e77 --- /dev/null +++ b/base/cryptsetup/.md5sum @@ -0,0 +1 @@ +5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2 diff --git a/base/cryptsetup/Pkgfile b/base/cryptsetup/Pkgfile new file mode 100644 index 000000000..188c540bc --- /dev/null +++ b/base/cryptsetup/Pkgfile @@ -0,0 +1,16 @@ +# Description: +# URL: +# Maintainer: NuTyX core team +# Packager: +# Depends on: +name=cryptsetup +version=1.0.7 +release=1 +source=(http://cryptsetup.googlecode.com/files/$name-$version.tar.bz2) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make check + make DESTDIR=$PKG install +} |