summaryrefslogtreecommitdiffstats
path: root/dialog/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:52:22 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:52:22 +0200
commitb885247a35650a18c5034e8b6cfd97e228336841 (patch)
tree4327b4da704d445d1a9ff3fed57516be5e2acd15 /dialog/Pkgfile
parenta57b8503908321011d322f3f641d09fa52e83640 (diff)
downloadnutyx-extra-b885247a35650a18c5034e8b6cfd97e228336841.tar.gz
nutyx-extra-b885247a35650a18c5034e8b6cfd97e228336841.tar.bz2
nutyx-extra-b885247a35650a18c5034e8b6cfd97e228336841.tar.xz
nutyx-extra-b885247a35650a18c5034e8b6cfd97e228336841.zip
Revert "busybox et dialog dans base"
This reverts commit 421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b.
Diffstat (limited to 'dialog/Pkgfile')
-rw-r--r--dialog/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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
+}