summaryrefslogtreecommitdiffstats
path: root/extra/dialog/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:27:59 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:27:59 +0200
commit4a4428ea2799f5058848d191cb500ce4d845ae88 (patch)
tree7db761f236624a6bb52e55deb29a5a69c355475c /extra/dialog/Pkgfile
parent6e91415337c7b39d37d1a07a8f0a932c9c567928 (diff)
downloadnutyx-pakxe-4a4428ea2799f5058848d191cb500ce4d845ae88.tar.gz
nutyx-pakxe-4a4428ea2799f5058848d191cb500ce4d845ae88.tar.bz2
nutyx-pakxe-4a4428ea2799f5058848d191cb500ce4d845ae88.tar.xz
nutyx-pakxe-4a4428ea2799f5058848d191cb500ce4d845ae88.zip
dialog dans extra
Diffstat (limited to 'extra/dialog/Pkgfile')
-rw-r--r--extra/dialog/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/dialog/Pkgfile b/extra/dialog/Pkgfile
new file mode 100644
index 000000000..d468618ac
--- /dev/null
+++ b/extra/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
+}