[packages] Update xorg utils to Xorg 7.5
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 Oct 2009 00:19:51 +0000 (00:19 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 31 Oct 2009 00:19:51 +0000 (00:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18236 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xorg/util/util-macros/Makefile

index 128c3f3..e0311b2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -10,10 +10,10 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=util-macros
 PKG_RELEASE:=1
-PKG_VERSION:=1.1.6
-PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/util/
+PKG_VERSION:=1.3.0
+PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/util/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
 
 include $(INCLUDE_DIR)/package.mk