CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dialog: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Wed, 14 Jul 2010 08:35:31 +0000 (08:35 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 14 Jul 2010 08:35:31 +0000 (08:35 +0000)
dialog/.footprint [new file with mode: 0644]
dialog/.md5sum [new file with mode: 0644]
dialog/Pkgfile [new file with mode: 0644]

diff --git a/dialog/.footprint b/dialog/.footprint
new file mode 100644 (file)
index 0000000..2a45399
--- /dev/null
@@ -0,0 +1,6 @@
+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/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/dialog.1.gz
diff --git a/dialog/.md5sum b/dialog/.md5sum
new file mode 100644 (file)
index 0000000..bda43ee
--- /dev/null
@@ -0,0 +1 @@
+519c0a0cbac28ddb992111ec2c3f82aa  dialog_1.1-20100428.orig.tar.gz
diff --git a/dialog/Pkgfile b/dialog/Pkgfile
new file mode 100644 (file)
index 0000000..9ba5872
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: A tool to display dialog boxes from shell scripts
+# URL: http://hightek.org/dialog/
+# Packager: Simone Rota, sip at crux dot nu
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: ncurses
+
+name=dialog
+version=1.1-20100428
+release=1
+source=(ftp://ftp.us.debian.org/debian/pool/main/d/$name/${name}_$version.orig.tar.gz)
+
+build () {
+  cd $name-$version
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --with-ncursesw
+  make
+  make DESTDIR=$PKG install
+}