hdparm: import from oldpackages, bump version to 9.45
Signed-off-by: Richard Kunze <richard.kunze@web.de>
This commit is contained in:
parent
a23e8f6bc1
commit
18d534ba40
1 changed files with 39 additions and 0 deletions
39
utils/hdparm/Makefile
Normal file
39
utils/hdparm/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
#
|
||||
# Copyright (C) 2006-2014 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:=hdparm
|
||||
PKG_VERSION:=9.45
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=1c75d0751a44928b6c4bc81fb16d7fe8
|
||||
PKG_MAINTAINER:=Richard Kunze <richard.kunze@web.de>
|
||||
PKG_LICENSE:=BSD-Style Open Source License
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/hdparm
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=disc
|
||||
TITLE:=Hard disk drive configuration utilitity
|
||||
URL:=http://sourceforge.net/projects/hdparm/
|
||||
endef
|
||||
|
||||
define Package/hdparm/description
|
||||
get/set SATA/IDE device parameters
|
||||
endef
|
||||
|
||||
define Package/hdparm/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/sbin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,hdparm))
|
Loading…
Reference in a new issue