xfconf: use official download mirror
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Mar 2011 15:58:23 +0000 (15:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Mar 2011 15:58:23 +0000 (15:58 +0000)
SVN-Revision: 25977

xfce/app/xfconf/Makefile

index 1b356f5a87ee3b3dff4f5560cce8211255c86668..5e21259e799dfa3ad18cbf77601a041a614f7010 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -12,10 +12,10 @@ PKG_VERSION:=4.6.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.tx-us.xfce.org/archive/xfce-$(PKG_VERSION)/src/
+PKG_SOURCE_URL:=http://archive.xfce.org/src/xfce/xfconf/4.6
 PKG_MD5SUM:=d4d3018767ea9eb4b57cc57d4038023b
 
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk