dialog: update version 1.0-20050306 -> 1.1-20080819
[openembedded.git] / recipes / dialog / dialog.inc
index f2bcaf0..8fe0d98 100644 (file)
@@ -5,9 +5,10 @@ DESCRIPTION = "Dialog lets you to present a variety of questions \
 or display messages using dialog boxes from a shell \
 script (or any scripting language)."
 
-SRC_URI = "ftp://ftp.us.debian.org/debian/pool/main/d/dialog/dialog_${PV}.orig.tar.gz \
-          file://configure.patch;patch=1 \
-          file://m4.patch;patch=1 \
-          file://templates.patch;patch=1"
+SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz"
 
 inherit autotools
+
+do_configure() {
+       oe_runconf
+}