From 8cc943a9721d48444483849228d5325fed4f0f36 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 29 Jan 2015 17:50:56 +0000 Subject: [PATCH] mxml: moved to github https://github.com/openwrt/packages/commit/c606a0a040dc02af29e3a14dc4daa359a76c5835 Signed-off-by: Nicolas Thill SVN-Revision: 44195 --- libs/mxml/Makefile | 56 ----------------------------- libs/mxml/patches/001-targets.patch | 11 ------ 2 files changed, 67 deletions(-) delete mode 100644 libs/mxml/Makefile delete mode 100644 libs/mxml/patches/001-targets.patch diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile deleted file mode 100644 index 45b04433a..000000000 --- a/libs/mxml/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# -# Copyright (C) 2010 Tobias Schneider -# Copyright (C) 2007 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:=mxml -PKG_VERSION:=2.8 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.msweet.org/files/project3/ -PKG_FIXUP:=autoreconf -PKG_MD5SUM:=d85ee6d30de053581242c4a86e79a5d2 - -include $(INCLUDE_DIR)/package.mk - -define Package/mxml - SECTION:=libs - CATEGORY:=Libraries - TITLE:=mini-xml - URL:=http://www.minixml.org/ -endef - -define Package/mxml/description - A small xml library. -endef - -TARGET_CFLAGS += $(FPIC) - -define Build/Configure - $(call Build/Configure/Default, \ - --enable-shared \ - --enable-static \ - ) -endef - -define Build/InstallDev - mkdir -p $(1)/usr/include - $(CP) $(PKG_BUILD_DIR)/mxml.h $(1)/usr/include/ - mkdir -p $(1)/usr/lib - $(CP) $(PKG_BUILD_DIR)/libmxml.so* $(1)/usr/lib/ - mkdir -p $(1)/usr/lib/pkgconfig - $(CP) $(PKG_BUILD_DIR)/mxml.pc $(1)/usr/lib/pkgconfig/ -endef - -define Package/mxml/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_BUILD_DIR)/libmxml.so* $(1)/usr/lib/ -endef - -$(eval $(call BuildPackage,mxml)) diff --git a/libs/mxml/patches/001-targets.patch b/libs/mxml/patches/001-targets.patch deleted file mode 100644 index 86379f02a..000000000 --- a/libs/mxml/patches/001-targets.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -88,7 +88,7 @@ PUBLIBOBJS = mxml-attr.o mxml-entity.o m - mxml-index.o mxml-node.o mxml-search.o mxml-set.o - LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o - OBJS = mxmldoc.o testmxml.o $(LIBOBJS) --TARGETS = $(LIBMXML) mxmldoc testmxml mxml.xml doc/mxml.man -+TARGETS = $(LIBMXML) - - - # -- 2.30.2