diff options
author | tnut <tnut at nutyx dot com> | 2012-04-03 21:05:20 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-03 21:05:20 +0200 |
commit | 4ed129a2d8ab642ff55ca9c9860eabf489a78dcd (patch) | |
tree | 5f230f3fdaa308e465df5686ff58962cd8cea2d7 /dialog | |
parent | d4dac912a20703f6ac1c7c0397f47219daa03478 (diff) | |
download | nutyx-pakxe-4ed129a2d8ab642ff55ca9c9860eabf489a78dcd.tar.gz nutyx-pakxe-4ed129a2d8ab642ff55ca9c9860eabf489a78dcd.tar.bz2 nutyx-pakxe-4ed129a2d8ab642ff55ca9c9860eabf489a78dcd.tar.xz nutyx-pakxe-4ed129a2d8ab642ff55ca9c9860eabf489a78dcd.zip |
busybox et dialog dans base
Diffstat (limited to 'dialog')
-rw-r--r-- | dialog/.footprint.i686 | 11 | ||||
-rw-r--r-- | dialog/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | dialog/.md5sum.i686 | 1 | ||||
-rw-r--r-- | dialog/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | dialog/Pkgfile | 19 |
5 files changed, 43 insertions, 0 deletions
diff --git a/dialog/.footprint.i686 b/dialog/.footprint.i686 new file mode 100644 index 000000000..ba4896946 --- /dev/null +++ b/dialog/.footprint.i686 @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000..ba4896946 --- /dev/null +++ b/dialog/.footprint.x86_64 @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000..ea5073bbe --- /dev/null +++ b/dialog/.md5sum.i686 @@ -0,0 +1 @@ +2eaa82055b86006e205d2c3f74d9b800 dialog-1.1-20110302.tgz diff --git a/dialog/.md5sum.x86_64 b/dialog/.md5sum.x86_64 new file mode 100644 index 000000000..ea5073bbe --- /dev/null +++ b/dialog/.md5sum.x86_64 @@ -0,0 +1 @@ +2eaa82055b86006e205d2c3f74d9b800 dialog-1.1-20110302.tgz diff --git a/dialog/Pkgfile b/dialog/Pkgfile new file mode 100644 index 000000000..d468618ac --- /dev/null +++ b/dialog/Pkgfile @@ -0,0 +1,19 @@ +# 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 +} |