summaryrefslogtreecommitdiffstats
path: root/dialog/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-03 21:04:29 +0200
committertnut <tnut at nutyx dot com>2012-04-03 21:04:29 +0200
commit421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b (patch)
tree52a38818a0f551a9b0dee8389691254bfe2676e2 /dialog/Pkgfile
parentf6aa334c55605ff7935d5adc411dc2765f73c6a0 (diff)
downloadnutyx-extra-421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b.tar.gz
nutyx-extra-421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b.tar.bz2
nutyx-extra-421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b.tar.xz
nutyx-extra-421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b.zip
busybox et dialog dans base
Diffstat (limited to 'dialog/Pkgfile')
-rw-r--r--dialog/Pkgfile19
1 files changed, 0 insertions, 19 deletions
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
-}