packages must not be moving targets that reference HEAD of a foreign svn. move hd...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2008 17:04:38 +0000 (17:04 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2008 17:04:38 +0000 (17:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12874 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/hd-idle/Makefile

index 0543687..8a4b8ce 100644 (file)
@@ -9,17 +9,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hd-idle
-PKG_REV:=HEAD
+PKG_REV:=20081006
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=:pserver:anonymous@hd-idle.cvs.sourceforge.net:/cvsroot/hd-idle
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_SOURCE_PROTO:=cvs
+PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
+PKG_MD5SUM:=4902893f901cc0bfcccef3d30d2e5d5b
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
+# 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
 
@@ -31,7 +33,7 @@ define Package/hd-idle
 endef
 
 define Build/Compile
-        $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
+       $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME).c
 endef
 
 define Package/hd-idle/install