From 320952964a745ec535fabc4c8b86d913c8b88aba Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 4 Apr 2010 11:41:11 +0200 Subject: [PATCH] fix download URL - honestly, please do not commit stuff which obviously does not even download the source correctly --- wqy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wqy/Makefile b/wqy/Makefile index 300e2b5..6d63d0a 100644 --- a/wqy/Makefile +++ b/wqy/Makefile @@ -14,7 +14,8 @@ PKG_RELEASE:=1 PKG_VERSION:=0.2.0-beta PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}/ -PKG_SOURCE_URL:=http://jaist.dl.sourceforge.net/project/wqy/wqy-microhei/0.2.0-beta/wqy-microhei-0.2.0-beta.tar.gz +#PKG_SOURCE_URL:=@SF/wqy-microhei +PKG_SOURCE_URL:=http://downloads.sourceforge.net/project/wqy/wqy-microhei/0.2.0-beta include $(INCLUDE_DIR)/package.mk