diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /tools/xorg-macros/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'tools/xorg-macros/.svn')
-rw-r--r-- | tools/xorg-macros/.svn/dir-prop-base | 5 | ||||
-rw-r--r-- | tools/xorg-macros/.svn/entries | 62 | ||||
-rw-r--r-- | tools/xorg-macros/.svn/text-base/Makefile.svn-base | 31 |
3 files changed, 98 insertions, 0 deletions
diff --git a/tools/xorg-macros/.svn/dir-prop-base b/tools/xorg-macros/.svn/dir-prop-base new file mode 100644 index 0000000..3160658 --- /dev/null +++ b/tools/xorg-macros/.svn/dir-prop-base @@ -0,0 +1,5 @@ +K 13 +svn:mergeinfo +V 0 + +END diff --git a/tools/xorg-macros/.svn/entries b/tools/xorg-macros/.svn/entries new file mode 100644 index 0000000..98219b1 --- /dev/null +++ b/tools/xorg-macros/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/tools/xorg-macros +svn://svn.openwrt.org/openwrt + + + +2011-11-23T04:06:57.085347Z +29293 +nico +has-props + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +Makefile +file + + + + +2013-03-17T12:13:23.000000Z +1e4f448cd13340088cabdbfed737a137 +2011-11-23T04:06:57.085347Z +29293 +nico + + + + + + + + + + + + + + + + + + + + + +768 + diff --git a/tools/xorg-macros/.svn/text-base/Makefile.svn-base b/tools/xorg-macros/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..54df402 --- /dev/null +++ b/tools/xorg-macros/.svn/text-base/Makefile.svn-base @@ -0,0 +1,31 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=xorg-macros +PKG_VERSION:=1.11.0 + +PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/util/ +PKG_SOURCE:=util-macros-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:=22d5cdff672450cb6902e0d68c200dcb + +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/util-macros-$(PKG_VERSION) + +include $(INCLUDE_DIR)/host-build.mk + +define Host/Install + $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal + $(INSTALL_DATA) $(HOST_BUILD_DIR)/xorg-macros.m4 $(STAGING_DIR_HOST)/share/aclocal/ +endef + +define Host/Clean + -$(MAKE) -C $(HOST_BUILD_DIR) uninstall + $(call Host/Clean/Default) +endef + +$(eval $(call HostBuild)) |