[Lunar-commits] <moonbase-other> libmsn: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 12 18:23:46 CEST 2012
commit 2f6fe30cde22276dccaf7e4a3ea33c2f4ef3fafd
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 12 Jul 2012 09:23:46 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2f6fe30cde22276dccaf7e4a3ea33c2f4ef3fafd
libmsn: Readding to moonbase.
---
libs/libmsn/BUILD +9/-0
libs/libmsn/DEPENDS +2/-0
libs/libmsn/DETAILS +14/-0
3 files changed, 25 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/libmsn/BUILD
@@ -0,0 +1,9 @@
+(
+
+ default_cmake_build &&
+
+# It forgets to install this required header and kdenetwork will tank if you
+# have said yes to libmsn.
+ install ../msn/xmlParser.h /usr/include/msn/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/libmsn/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake
+depends openssl
--- /dev/null
+++ b/libs/libmsn/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=libmsn
+ VERSION=4.2.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:038e63f21fd1bcca073667e8e603a47ad6fd9d14
+ WEB_SITE=http://sourceforge.net/projects/libmsn
+ ENTERED=20090226
+ UPDATED=20111206
+ SHORT="library for connecting to Microsoft's MSN"
+
+cat << EOF
+Libmsn is a reusable, open-source, fully documented library for connecting to
+Microsoft's MSN Messenger service.
+EOF
More information about the Lunar-commits
mailing list