diff options
Diffstat (limited to 'tools/xfce-macros/.svn')
-rw-r--r-- | tools/xfce-macros/.svn/entries | 62 | ||||
-rw-r--r-- | tools/xfce-macros/.svn/text-base/Makefile.svn-base | 32 |
2 files changed, 94 insertions, 0 deletions
diff --git a/tools/xfce-macros/.svn/entries b/tools/xfce-macros/.svn/entries new file mode 100644 index 0000000..9783713 --- /dev/null +++ b/tools/xfce-macros/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/tools/xfce-macros +svn://svn.openwrt.org/openwrt + + + +2011-11-23T04:06:57.085347Z +29293 +nico + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +Makefile +file + + + + +2013-03-17T12:13:22.000000Z +c14c9c401719302b69cb9998e965f76e +2011-11-23T04:06:57.085347Z +29293 +nico + + + + + + + + + + + + + + + + + + + + + +719 + diff --git a/tools/xfce-macros/.svn/text-base/Makefile.svn-base b/tools/xfce-macros/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..9744047 --- /dev/null +++ b/tools/xfce-macros/.svn/text-base/Makefile.svn-base @@ -0,0 +1,32 @@ +# +# Copyright (C) 2011 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:=xfce-macros +PKG_VERSION:=4.8.0 + +PKG_SOURCE_URL:=http://archive.xfce.org/xfce/4.8/src +PKG_SOURCE:=xfce4-dev-tools-$(PKG_VERSION).tar.bz2 +PKG_MD5SUM:=9591299c49d92d00ba47974c42a735fa + +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/xfce4-dev-tools-$(PKG_VERSION) + +include $(INCLUDE_DIR)/host-build.mk + +define Host/Configure +endef + +define Host/Compile +endef + +define Host/Install + $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal + $(INSTALL_DATA) $(HOST_BUILD_DIR)/m4macros/*.m4 $(STAGING_DIR_HOST)/share/aclocal/ +endef + +$(eval $(call HostBuild)) |