[package] update hd-idle to 1.01 (#8152)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 31 Oct 2010 23:29:59 +0000 (23:29 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 31 Oct 2010 23:29:59 +0000 (23:29 +0000)
SVN-Revision: 23753

utils/hd-idle/Makefile

index 922a7d1af5e9f7e7c2d702f267734b414fb93807..739e283dd45a16a9ce0958b9de2bd2646043881c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,19 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hd-idle
-PKG_REV:=20081006
+PKG_REV:=1.01
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=4902893f901cc0bfcccef3d30d2e5d5b
-
-# CVS disabled. The package must not be a moving target by itself
-#PKG_SOURCE_URL:=:pserver:anonymous@hd-idle.cvs.sourceforge.net:/cvsroot/hd-idle
-#PKG_SOURCE_PROTO:=cvs
-#PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(REV)
-#PKG_SOURCE_VERSION:=$(PKG_REV)
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
+PKG_SOURCE_URL:=@SF/$(PKG_NAME)
+PKG_MD5SUM:=bfb7db4d4372d3954b7cd96a11956741
 
 include $(INCLUDE_DIR)/package.mk