[Lunar-commits] <moonbase-other> wbxml2: Adding to moonbase, depends for multisync.
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 21:57:44 CEST 2014
commit 5b759d670b56f5d79f14e4ef4cff7cd33127c2ee
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 15:57:10 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/5b759d670b56f5d79f14e4ef4cff7cd33127c2ee
wbxml2: Adding to moonbase, depends for multisync.
---
libs/wbxml2/BUILD | +6/-0
libs/wbxml2/DEPENDS | +1/-0
libs/wbxml2/DETAILS | +18/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/libs/wbxml2/BUILD
@@ -0,0 +1,6 @@
+
+ patch_it $SOURCE2 0 &&
+
+ sh bootstrap &&
+
+ default_build
--- /dev/null
+++ b/libs/wbxml2/DEPENDS
@@ -0,0 +1 @@
+depends expat
--- /dev/null
+++ b/libs/wbxml2/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=wbxml2
+ VERSION=0.9.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=wbxml2-0.9.2.make_install.patch
+ SOURCE_URL=$SFORGE_URL/wbxmllib/wbxml2/0.9.2/
+ SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libwbxml/files/
+ SOURCE_VFY=sha1:ee02ec4a1e6cd0312d0b2a02c85c603e4c98ba14
+ SOURCE2_VFY=sha1:15189a9fbcf640d84224ac9efd338a109c5c0c7d
+ WEB_SITE=http://sourceforge.net/projects/wbxmllib/?source=navbar
+ ENTERED=20141022
+ UPDATED=20141022
+ SHORT="library for handling Wireless Binary XML documents"
+
+cat << EOF
+The WBXML Library is a C library for handling WBXML (Wireless Binary XML) documents. It consists of
+a WBXML Parser (with a SAX like interface), a generic WBXML Encoder, and an internal representation
+of the document (WBXMLTree).
+EOF
More information about the Lunar-commits
mailing list