summaryrefslogtreecommitdiff
path: root/package/mxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/mxml/Makefile')
-rwxr-xr-xpackage/mxml/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/mxml/Makefile b/package/mxml/Makefile
new file mode 100755
index 000000000..c64a58f73
--- /dev/null
+++ b/package/mxml/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= mxml
+PKG_VERSION:= 2.6
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 68977789ae64985dddbd1a1a1652642e
+PKG_DESCR:= lightweight XML library
+PKG_SECTION:= libs
+PKG_URL:= http://www.minixml.org/
+PKG_SITES:= http://ftp.easysw.com/pub/mxml/2.6/
+
+PKG_SUBPKGS:= LIBMXML
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,LIBMXML,libmxml,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+FAKE_FLAGS+= BUILDROOT=${WRKINST}
+
+libmxml-install:
+ ${INSTALL_DIR} ${IDIR_LIBMXML}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libmxml.so* ${IDIR_LIBMXML}/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk