summaryrefslogtreecommitdiff
path: root/package/tinyxml/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-03 20:40:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-06 19:08:18 +0200
commit92855b2b18aff940a539f1998559c5f07889c464 (patch)
treeb537c7b9919c2d86e369c566712a2e8f3f7caf00 /package/tinyxml/Makefile
parentf823f8e3968f434bae70e59fa1a5c64b58e7c4be (diff)
tinyxml: use kodi version
Diffstat (limited to 'package/tinyxml/Makefile')
-rw-r--r--package/tinyxml/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/package/tinyxml/Makefile b/package/tinyxml/Makefile
index 0a9e073a5..5e24fc2d6 100644
--- a/package/tinyxml/Makefile
+++ b/package/tinyxml/Makefile
@@ -6,32 +6,27 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= tinyxml
PKG_VERSION:= 2.6.2
PKG_RELEASE:= 1
-PKG_HASH:= ac6bb9501c6f50cc922d22f26b02fab168db47521be5e845b83d3451a3e1d512
+PKG_HASH:= 8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c
PKG_DESCR:= simple, small, minimal, c++ xml parser
PKG_SECTION:= libs/data
PKG_BUILDDEP:= unzip-host
-PKG_URL:= http://sourceforge.net/projects/tinyxml/
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=tinyxml/}
+PKG_SITES:= http://mirrors.xbmc.org/build-deps/sources/
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}_2_6_2.zip
-WRKDIST= ${WRKDIR}/tinyxml
+DISTFILES:= ${PKG_NAME}-2.6.2_2.tar.gz
+WRKDIST= ${WRKDIR}/tinyxml-2.6.2_2
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,TINYXML,tinyxml,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
TARGET_CXXFLAGS+= -fPIC
-CONFIG_STYLE:= manual
-INSTALL_STYLE:= manual
+
+AUTOTOOL_STYLE:= autoreconf
tinyxml-install:
- $(INSTALL_DIR) $(IDIR_TINYXML)/usr/lib/
- $(CP) $(WRKBUILD)/libtinyxml*.so* \
+ $(INSTALL_DIR) $(IDIR_TINYXML)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libtinyxml.so* \
$(IDIR_TINYXML)/usr/lib
- $(INSTALL_DATA) $(WRKBUILD)/tiny{str,xml}.h \
- $(STAGING_TARGET_DIR)/usr/include
- $(INSTALL_DATA) ./files/tinyxml.pc \
- $(STAGING_TARGET_DIR)/usr/lib/pkgconfig
include ${ADK_TOPDIR}/mk/pkg-bottom.mk