[openbricks-][r16171] add new package : rainy

1 view
Skip to first unread message

h...@openbricks.org

unread,
May 25, 2013, 8:59:23 AM5/25/13
to com...@openbricks.org
changeset 15191e1f6140 in /var/www/hg/openbricks
author: Thomas Genty <toml...@openbricks.org>
details: http://hg.openbricks.org/openbricks?cmd=changeset;node=15191e1f6140
description:
add new package : rainy
diffstat:

packages/rainy/build | 11 +++++++++++
packages/rainy/install | 9 +++++++++
packages/rainy/meta | 9 +++++++++
3 files changed, 29 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 27ee23d1036d -r 15191e1f6140 packages/rainy/build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/rainy/build Sat May 25 14:55:08 2013 +0200
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. config/options
+
+get_meta $1
+cd $PKG_BUILD_DIR
+
+mkdir -p .install/usr/bin .install/etc/rainy
+
+cp settings.conf .install/etc/rainy
+cp Rainy* .install/usr/bin
\ No newline at end of file
diff -r 27ee23d1036d -r 15191e1f6140 packages/rainy/install
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/rainy/install Sat May 25 14:55:08 2013 +0200
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+. config/options
+
+get_meta $1
+cd $PKG_BUILD_DIR
+
+do_install etc
+do_install usr
diff -r 27ee23d1036d -r 15191e1f6140 packages/rainy/meta
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/rainy/meta Sat May 25 14:55:08 2013 +0200
@@ -0,0 +1,9 @@
+PKG_NAME=rainy
+PKG_VERSION=0.2.3
+PKG_URL="http://rainy.notesync.org/release/rainy-$PKG_VERSION.zip"
+PKG_REV=1
+PKG_RUN_DEPENDS="$TARGET_LIBC sqlite mono"
+PKG_PRIORITY=optional
+PKG_SECTION=misc
+PKG_SHORTDESC="a free synchronization/cloud server"
+PKG_LONGDESC=" Rainy is a free synchronization/cloud server intended for use with Tomboy and other Tomboy-like clients (like Tomdroid). Rainy can be easily hosted in your own private cloud, and gives you the control over your data and privacy."
Reply all
Reply to author
Forward
0 new messages