dialog for graphical prompting
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6537 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
14c1a8db5f
commit
69a2b16900
45
utils/dialog/Makefile
Normal file
45
utils/dialog/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dialog
|
||||
PKG_VERSION:=1.0-20060221
|
||||
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)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/dialog
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libncurses
|
||||
TITLE:=Dialog
|
||||
DESCRIPTION:=\
|
||||
A script-interpreter which provides a set of curses widgets.
|
||||
URL=http://invisible-island.net/dialog/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Package/dialog/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/dialog $(1)/usr/bin
|
||||
$(STRIP) $(1)/usr/bin/dialog
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,dialog))
|
||||
|
Loading…
x
Reference in New Issue
Block a user