hdparm: moved to github
git-svn-id: svn://svn.openwrt.org/openwrt/packages@43289 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
da0ea89c4a
commit
ea5329ef09
@ -1,37 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2006-2012 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.39
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=2bc17b72403885d4faf959682944243b
|
||||
|
||||
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…
x
Reference in New Issue
Block a user