pygtk requires python 2.5
[openwrt/svn-archive/archive.git] / utils / dialog / Makefile
index ed1d89233187a007b642d34279f22032d504b9e3..301290028288fa7871b78f4a89b93b95efcb9839 100644 (file)
@@ -15,7 +15,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=ftp://invisible-island.net/dialog
 PKG_MD5SUM:=acfd843163394e8bb17c841fdbe9c4a4
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
@@ -26,9 +25,11 @@ define Package/dialog
        CATEGORY:=Utilities
        DEPENDS:=+libncurses
        TITLE:=Dialog
-       DESCRIPTION:=\
+       URL:=http://invisible-island.net/dialog/
+endef
+
+define Package/dialog/description
                A script-interpreter which provides a set of curses widgets.
-       URL=http://invisible-island.net/dialog/
 endef
 
 define Build/Configure