Update XOrg packages to 7.3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12468 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2008-09-01 21:31:52 +00:00
parent 40f3845abb
commit 3fea517e4b
114 changed files with 1174 additions and 1159 deletions

View File

@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=inputproto
PKG_RELEASE:=1
PKG_VERSION:=X11R7.0-1.3.2
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.2/src/proto/
PKG_RELEASE:=2
PKG_VERSION:=1.4.2.1
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/proto/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
@ -26,7 +26,7 @@ define Package/inputproto
endef
define Build/InstallDev
DESTDIR=$(1) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
DESTDIR=$(STAGING_DIR) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
endef
define Build/Compile