summaryrefslogtreecommitdiffstats
path: root/dialog
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:46:58 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:46:58 +0200
commit925372dc3b7abc564e615cb509920763419cef88 (patch)
tree9d4a2b6c90318fa201be9c3a5d06c44ed764f9e0 /dialog
parent5cb08e33f733c33084e8a39f798050f0682cb7ba (diff)
downloadnutyx-pakxe-925372dc3b7abc564e615cb509920763419cef88.tar.gz
nutyx-pakxe-925372dc3b7abc564e615cb509920763419cef88.tar.bz2
nutyx-pakxe-925372dc3b7abc564e615cb509920763419cef88.tar.xz
nutyx-pakxe-925372dc3b7abc564e615cb509920763419cef88.zip
Revert "busybox et dialog dans base"
This reverts commit 4ed129a2d8ab642ff55ca9c9860eabf489a78dcd.
Diffstat (limited to 'dialog')
-rw-r--r--dialog/.footprint.i68611
-rw-r--r--dialog/.footprint.x86_6411
-rw-r--r--dialog/.md5sum.i6861
-rw-r--r--dialog/.md5sum.x86_641
-rw-r--r--dialog/Pkgfile19
5 files changed, 0 insertions, 43 deletions
diff --git a/dialog/.footprint.i686 b/dialog/.footprint.i686
deleted file mode 100644
index ba4896946..000000000
--- a/dialog/.footprint.i686
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/dialog
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/dialog.mo
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/dialog.1.gz
diff --git a/dialog/.footprint.x86_64 b/dialog/.footprint.x86_64
deleted file mode 100644
index ba4896946..000000000
--- a/dialog/.footprint.x86_64
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/dialog
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/dialog.mo
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/dialog.1.gz
diff --git a/dialog/.md5sum.i686 b/dialog/.md5sum.i686
deleted file mode 100644
index ea5073bbe..000000000
--- a/dialog/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-2eaa82055b86006e205d2c3f74d9b800 dialog-1.1-20110302.tgz
diff --git a/dialog/.md5sum.x86_64 b/dialog/.md5sum.x86_64
deleted file mode 100644
index ea5073bbe..000000000
--- a/dialog/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-2eaa82055b86006e205d2c3f74d9b800 dialog-1.1-20110302.tgz
diff --git a/dialog/Pkgfile b/dialog/Pkgfile
deleted file mode 100644
index d468618ac..000000000
--- a/dialog/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Outil permettant d'afficher des boîtes de dialogue
-# URL: http://hightek.org/dialog/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=dialog
-version=1.1-20110302
-release=1
-source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --enable-nls \
- --with-ncursesw \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
-}