summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 20:45:08 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 20:45:08 +0100
commit8787b0f10cfe836e90e623d015396683cdc7d815 (patch)
treea4a1fc32c97ce0187e74cabe54f076c8b564c689
parentdc33c61d8257a73a1e15778aa4c9f0a42c6c9200 (diff)
downloadnutyx-extra-8787b0f10cfe836e90e623d015396683cdc7d815.tar.gz
nutyx-extra-8787b0f10cfe836e90e623d015396683cdc7d815.tar.bz2
nutyx-extra-8787b0f10cfe836e90e623d015396683cdc7d815.tar.xz
nutyx-extra-8787b0f10cfe836e90e623d015396683cdc7d815.zip
cryptsetup ds ouvert
-rw-r--r--base/cryptsetup/.footprint.i68616
-rw-r--r--base/cryptsetup/.footprint.x86_6416
-rw-r--r--base/cryptsetup/.md5sum.i6861
-rw-r--r--base/cryptsetup/.md5sum.x86_641
-rw-r--r--base/cryptsetup/Pkgfile16
5 files changed, 0 insertions, 50 deletions
diff --git a/base/cryptsetup/.footprint.i686 b/base/cryptsetup/.footprint.i686
deleted file mode 100644
index 4ae4221f9..000000000
--- a/base/cryptsetup/.footprint.i686
+++ /dev/null
@@ -1,16 +0,0 @@
-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/.footprint.x86_64 b/base/cryptsetup/.footprint.x86_64
deleted file mode 100644
index 4ae4221f9..000000000
--- a/base/cryptsetup/.footprint.x86_64
+++ /dev/null
@@ -1,16 +0,0 @@
-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.i686 b/base/cryptsetup/.md5sum.i686
deleted file mode 100644
index 66eb93e77..000000000
--- a/base/cryptsetup/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2
diff --git a/base/cryptsetup/.md5sum.x86_64 b/base/cryptsetup/.md5sum.x86_64
deleted file mode 100644
index 66eb93e77..000000000
--- a/base/cryptsetup/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2
diff --git a/base/cryptsetup/Pkgfile b/base/cryptsetup/Pkgfile
deleted file mode 100644
index 670bee9d2..000000000
--- a/base/cryptsetup/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Permet d'encrypter les périphériques
-# URL: http://cryptsetup.googlecode.com/
-# Maintainer: NuTyX core team
-# Packager: guy
-
-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
-}