summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 16:38:36 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 16:38:36 +0100
commit5e2865803871c801870803df31e2ec4df3f64668 (patch)
treea49dd76641a33a0a9c6cbde53a6bc71834a50244 /extra
parent3a7db72e6d72f59f5337aadfb1cae9a7d615a0c5 (diff)
downloadnutyx-pakxe-5e2865803871c801870803df31e2ec4df3f64668.tar.gz
nutyx-pakxe-5e2865803871c801870803df31e2ec4df3f64668.tar.bz2
nutyx-pakxe-5e2865803871c801870803df31e2ec4df3f64668.tar.xz
nutyx-pakxe-5e2865803871c801870803df31e2ec4df3f64668.zip
cryptsetup, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/cryptsetup/.footprint16
-rw-r--r--extra/cryptsetup/.md5sum1
-rw-r--r--extra/cryptsetup/Pkgfile16
3 files changed, 0 insertions, 33 deletions
diff --git a/extra/cryptsetup/.footprint b/extra/cryptsetup/.footprint
deleted file mode 100644
index 4ae4221f9..000000000
--- a/extra/cryptsetup/.footprint
+++ /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/extra/cryptsetup/.md5sum b/extra/cryptsetup/.md5sum
deleted file mode 100644
index 66eb93e77..000000000
--- a/extra/cryptsetup/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2
diff --git a/extra/cryptsetup/Pkgfile b/extra/cryptsetup/Pkgfile
deleted file mode 100644
index 188c540bc..000000000
--- a/extra/cryptsetup/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-}