From: Steven Barth <cyrus@openwrt.org>
Date: Mon, 17 Nov 2014 12:48:24 +0000 (+0000)
Subject: hdparm: moved to github
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9e16f43a9bad571caa13557279e489c82dad37f7;p=openwrt%2Fsvn-archive%2Fpackages.git

hdparm: moved to github

SVN-Revision: 43289
---

diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile
deleted file mode 100644
index b3a0f6b9f..000000000
--- a/utils/hdparm/Makefile
+++ /dev/null
@@ -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))