From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:51:17 +0000 (+0000) Subject: [packages_10.03.2] dialog: merge r29246 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=0b9fc7d91f392ef5c017b869e3941eeea49e974d [packages_10.03.2] dialog: merge r29246 SVN-Revision: 30140 --- diff --git a/utils/dialog/Makefile b/utils/dialog/Makefile index a2cecbef76..d407ead9de 100644 --- a/utils/dialog/Makefile +++ b/utils/dialog/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dialog PKG_VERSION:=1.1-20080819 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=ftp://invisible-island.net/dialog @@ -18,26 +18,20 @@ PKG_MD5SUM:=3caebd641a9f337b980becb4444336c5 include $(INCLUDE_DIR)/package.mk define Package/dialog - SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=+libncurses - TITLE:=Dialog - URL:=http://invisible-island.net/dialog/ + SECTION:=utils + CATEGORY:=Utilities + DEPENDS:=+libncurses + TITLE:=Dialog + URL:=http://invisible-island.net/dialog/ endef define Package/dialog/description - A script-interpreter which provides a set of curses widgets. -endef - -define Build/Configure - $(call Build/Configure/Default) + A script-interpreter which provides a set of curses widgets. endef define Package/dialog/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/dialog $(1)/usr/bin - $(STRIP) $(1)/usr/bin/dialog endef $(eval $(call BuildPackage,dialog)) -