[Lunar-commits] <moonbase-other> uriparser: adding to zbeta, depends for freshplayerplugin
Dennis Veatch
dennisveatch at bellsouth.net
Mon Aug 4 18:49:12 CEST 2014
commit 5f9ae525600de0b89a99e6e71bafade1e48f2884
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 04 Aug 2014 12:48:45 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/5f9ae525600de0b89a99e6e71bafade1e48f2884
uriparser: adding to zbeta, depends for freshplayerplugin
---
zbeta/uriparser/BUILD | +4/-0
zbeta/uriparser/DETAILS | +15/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/zbeta/uriparser/BUILD
@@ -0,0 +1,4 @@
+
+ OPTS+=" --disable-test" &&
+
+ default_build
--- /dev/null
+++ b/zbeta/uriparser/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=uriparser
+ VERSION=0.8.0.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/Sources/$VERSION/
+ SOURCE_VFY=sha1:53b16dd0640fda006ba4f9d750fec7e7c58836a9
+ WEB_SITE=http://uriparser.sourceforge.net/
+ ENTERED=20140802
+ UPDATED=20140802
+ SHORT="URI parsing and handling library"
+
+cat << EOF
+uriparser is a strictly RFC 3986 compliant URI parsing and handling library written
+in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the
+New BSD license.
+EOF
More information about the Lunar-commits
mailing list