[Lunar-commits] <moonbase> irssi-otr: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Fri Sep 17 13:13:03 CEST 2010
commit 0d8489846f92db63f4f38de8345fc103b886f301
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Fri Sep 17 13:13:03 2010 +0200
irssi-otr: introduction to moonbase
---
chat/irssi-otr/BUILD | 7 +++++++
chat/irssi-otr/DEPENDS | 4 ++++
chat/irssi-otr/DETAILS | 14 ++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/chat/irssi-otr/BUILD b/chat/irssi-otr/BUILD
new file mode 100644
index 0000000..a1aa20b
--- /dev/null
+++ b/chat/irssi-otr/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=/usr . &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/chat/irssi-otr/DEPENDS b/chat/irssi-otr/DEPENDS
new file mode 100644
index 0000000..5aa1650
--- /dev/null
+++ b/chat/irssi-otr/DEPENDS
@@ -0,0 +1,4 @@
+depends irssi &&
+depends cmake &&
+depends libotr &&
+depends libgcrypt
diff --git a/chat/irssi-otr/DETAILS b/chat/irssi-otr/DETAILS
new file mode 100644
index 0000000..3187e0e
--- /dev/null
+++ b/chat/irssi-otr/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=irssi-otr
+ VERSION=0.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=ftp://download.tuxfamily.org/irssiotr/
+ SOURCE_VFY=sha1:5b831dd64e7d84fcda45219b71f017233a6c327b
+ WEB_SITE=http://irssi-otr.tuxfamily.org/
+ ENTERED=20100917
+ UPDATED=20100917
+ SHORT="irssi plugin for Off-the-Record support"
+
+cat << EOF
+irssi-otr is an plugin for the irssi IRC client providing
+support for OTR encrypted messaging.
+EOF
More information about the Lunar-commits
mailing list