[package] update stress to 1.0.2 (#6451)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a6bfc432bf
commit
a212a4f547
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stress
|
PKG_NAME:=stress
|
||||||
PKG_VERSION:=1.0.1
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://weather.ou.edu/~apw/projects/stress/
|
PKG_SOURCE_URL:=http://weather.ou.edu/~apw/projects/stress/
|
||||||
PKG_MD5SUM:=9e8a4a4f687567f40de5bb34c86e1bfe
|
PKG_MD5SUM:=ad53eb802150bda8f898be9ebf3b4b36
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -38,7 +40,7 @@ MAKE_FLAGS += \
|
|||||||
|
|
||||||
define Package/stress/install
|
define Package/stress/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/stress $(1)/usr/bin
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stress $(1)/usr/bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,stress))
|
$(eval $(call BuildPackage,stress))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user