b3a0f6b9fd0310cf35d94505cc0efe65d16cb42d
[openwrt/svn-archive/packages.git] / utils / hdparm / Makefile
1 #
2 # Copyright (C) 2006-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=hdparm
11 PKG_VERSION:=9.39
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
16 PKG_MD5SUM:=2bc17b72403885d4faf959682944243b
17
18 include $(INCLUDE_DIR)/package.mk
19
20 define Package/hdparm
21 SECTION:=utils
22 CATEGORY:=Utilities
23 SUBMENU:=disc
24 TITLE:=Hard disk drive configuration utilitity
25 URL:=http://sourceforge.net/projects/hdparm/
26 endef
27
28 define Package/hdparm/description
29 get/set SATA/IDE device parameters
30 endef
31
32 define Package/hdparm/install
33 $(INSTALL_DIR) $(1)/sbin
34 $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/sbin
35 endef
36
37 $(eval $(call BuildPackage,hdparm))