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/xfce-macros | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'tools/xfce-macros')
-rw-r--r-- | tools/xfce-macros/.svn/entries | 62 | ||||
-rw-r--r-- | tools/xfce-macros/.svn/text-base/Makefile.svn-base | 32 | ||||
-rw-r--r-- | tools/xfce-macros/Makefile | 32 |
3 files changed, 126 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)) diff --git a/tools/xfce-macros/Makefile b/tools/xfce-macros/Makefile new file mode 100644 index 0000000..9744047 --- /dev/null +++ b/tools/xfce-macros/Makefile @@ -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)) |