#
-# 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.
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/libxfce4util/4.6
PKG_MD5SUM:=eac51d58179cbcadc3f802450a8ec9cd
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
DEPENDS:=+glib2
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --with-broken-putenv=no \
- )
-endef
+CONFIGURE_ARGS += --with-broken-putenv=no
+MAKE_FLAGS += GTKDOC_REBASE=true
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/{lib/pkgconfig,include/xfce4/libxfce4util}