packages/utils/dash/Makefile
swalker 72860d9cdf [packages] dash: update to 0.5.6.1, use PKG_INSTALL, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-14 14:19:20 +00:00

42 lines
858 B
Makefile

#
# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=dash
PKG_VERSION:=0.5.6.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://gondor.apana.org.au/~herbert/dash/files
PKG_MD5SUM:=1c846f4f5a33c0050b2045a6f7037e56
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/dash
SECTION:=base
CATEGORY:=Base system
TITLE:=Debian Almquist shell
URL:=http://gondor.apana.org.au/~herbert/dash/
endef
define Package/dash/description
A small footprint, POSIX complied unix shell
endef
MAKE_FLAGS += \
AWK="awk" \
define Package/dash/install
$(INSTALL_DIR) $(1)/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dash $(1)/bin/
endef
$(eval $(call BuildPackage,dash))