[package] update sysstat to 9.0.6 (#6452)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19027 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a212a4f547
commit
dcb0ff434d
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2009 OpenWrt.org
|
# Copyright (C) 2008-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:=sysstat
|
PKG_NAME:=sysstat
|
||||||
PKG_VERSION:=9.0.5
|
PKG_VERSION:=9.0.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard
|
PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard
|
||||||
PKG_MD5SUM:=
|
PKG_MD5SUM:=e069daf192d259de905d7f8cdd85dc4e
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -34,18 +36,21 @@ define Package/sysstat/conffiles
|
|||||||
/etc/sysstat/config
|
/etc/sysstat/config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_VARS+= \
|
||||||
sa_lib_dir="/usr/lib/sysstat" \
|
sa_lib_dir="/usr/lib/sysstat" \
|
||||||
sa_dir="/var/log/sysstat" \
|
sa_dir="/var/log/sysstat" \
|
||||||
conf_dir="/etc/sysstat" \
|
conf_dir="/etc/sysstat" \
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+= \
|
||||||
|
--disable-documentation \
|
||||||
|
|
||||||
define Package/sysstat/install
|
define Package/sysstat/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/sysstat
|
$(INSTALL_DIR) $(1)/usr/lib/sysstat
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/{sadc,sa1,sa2} $(1)/usr/lib/sysstat/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/sysstat/{sadc,sa1,sa2} $(1)/usr/lib/sysstat/
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/{sar,sadf,iostat,mpstat,pidstat} $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{sar,sadf,iostat,mpstat,pidstat} $(1)/usr/bin/
|
||||||
$(INSTALL_DIR) $(1)/etc/sysstat
|
$(INSTALL_DIR) $(1)/etc/sysstat
|
||||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/sysstat.ioconf $(1)/etc/sysstat/
|
$(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/sysstat/sysstat.ioconf $(1)/etc/sysstat/
|
||||||
$(INSTALL_CONF) ./files/config $(1)/etc/sysstat/config
|
$(INSTALL_CONF) ./files/config $(1)/etc/sysstat/config
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) ./files/sysstat.init $(1)/etc/init.d/sysstat
|
$(INSTALL_BIN) ./files/sysstat.init $(1)/etc/init.d/sysstat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user