[Lunar-commits] r15210 - in moonbase/trunk/libs: . libmal
Joel Vennin
jol at lunar-linux.org
Wed Jun 1 22:10:11 UTC 2005
Author: jol
Date: 2005-06-01 22:10:10 +0000 (Wed, 01 Jun 2005)
New Revision: 15210
Added:
moonbase/trunk/libs/libmal/
moonbase/trunk/libs/libmal/BUILD
moonbase/trunk/libs/libmal/DEPENDS
moonbase/trunk/libs/libmal/DETAILS
Log:
Initial import of libmal.
Great thanks to Denis Veatch for this module.
Added: moonbase/trunk/libs/libmal/BUILD
===================================================================
--- moonbase/trunk/libs/libmal/BUILD 2005-06-01 20:57:00 UTC (rev 15209)
+++ moonbase/trunk/libs/libmal/BUILD 2005-06-01 22:10:10 UTC (rev 15210)
@@ -0,0 +1,14 @@
+(
+
+
+ ./configure --sysconfdir=/etc \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ $OPTS &&
+
+
+ default_make
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/libs/libmal/DEPENDS
===================================================================
--- moonbase/trunk/libs/libmal/DEPENDS 2005-06-01 20:57:00 UTC (rev 15209)
+++ moonbase/trunk/libs/libmal/DEPENDS 2005-06-01 22:10:10 UTC (rev 15210)
@@ -0,0 +1 @@
+depends pilot-link
Added: moonbase/trunk/libs/libmal/DETAILS
===================================================================
--- moonbase/trunk/libs/libmal/DETAILS 2005-06-01 20:57:00 UTC (rev 15209)
+++ moonbase/trunk/libs/libmal/DETAILS 2005-06-01 22:10:10 UTC (rev 15210)
@@ -0,0 +1,18 @@
+ MODULE=libmal
+ VERSION=0.40
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://jasonday.home.att.net/code/libmal/
+ SOURCE_VFY=sha1:fcce27b320215e32de70e0c4a1fc7a553d486611
+ WEB_SITE=http://jasonday.home.att.net/code/libmal/libmal.html
+ ENTERED=20050601
+ UPDATED=20050601
+ SHORT="libmal is really just a convenience library of the functions in Tom Whittaker's malsync distribution, along with a few wrapper functions."
+cat << EOF
+libmal is really just a convenience library of the functions in Tom Whittaker's malsync distribution, along with a few wrapper functions.
+
+Taken from Mr. Whittaker's website ;
+
+MalSync is a command line tool that allows Palm Pilots to synchronize to the AvantGo.com server.
+
+Thanks to Dennis Veatch, creator of this module.
+EOF
More information about the Lunar-commits
mailing list