[Lunar-commits] <moonbase-other> poco: introduced to -other

v4hn me at v4hn.de
Wed Apr 24 02:51:42 CEST 2013


commit 08dd40d21eba6f755fa054b7ca30bab72d30ce7e
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:09:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/08dd40d21eba6f755fa054b7ca30bab72d30ce7e

poco: introduced to -other
---
  libs/poco/BUILD   | +3/-0     
  libs/poco/DEPENDS | +3/-0     
  libs/poco/DETAILS | +15/-0    
  3 files changed, 21 insertions(+)

--- /dev/null
+++ b/libs/poco/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --config=Linux --no-samples --no-tests" &&
+
+default_build
--- /dev/null
+++ b/libs/poco/DEPENDS
@@ -0,0 +1,3 @@
+depends openssl
+optional_depends unixODBC "" "--omit=Data/ODBC" "build Data/ODBC component"
+optional_depends mysql "" "--omit=Data/MySQL" "build Data/MySQL component"
--- /dev/null
+++ b/libs/poco/DETAILS
@@ -0,0 +1,15 @@
+            MODULE=poco
+           VERSION=1.4.6p1-all
+            SOURCE=$MODULE-$VERSION.tar.gz
+        SOURCE_URL=http://pocoproject.org/releases/$MODULE-${VERSION%p*}
+        SOURCE_VFY=sha1:27ded31f36d086d0acaa5e0945965388aa253df1
+          WEB_SITE=http://pocoproject.org
+           ENTERED=20130417
+           UPDATED=20130417
+             SHORT="C++ library for network-based applications"
+
+cat << EOF
+Modern, powerful open source C++ class libraries and frameworks
+for building network- and internet-based applications that run
+on desktop, server, mobile and embedded systems.
+EOF




More information about the Lunar-commits mailing list