[package] update hd-idle to 1.01 (#8152)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23753 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-10-31 23:29:59 +00:00
parent 7d2e2363ef
commit e14a6af15c

View 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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,19 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=hd-idle PKG_NAME:=hd-idle
PKG_REV:=20081006 PKG_REV:=1.01
PKG_VERSION:=$(PKG_REV) PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=4902893f901cc0bfcccef3d30d2e5d5b PKG_MD5SUM:=bfb7db4d4372d3954b7cd96a11956741
# 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)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk