[Lunar-commits] <moonbase> wammu: Adding to moonbase, it is the frontend for gammu.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 31 14:23:50 CEST 2010
commit 4e5c6c60bf38ffe795cbb0fe0c271671936c2a61
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 31 08:23:50 2010 -0400
wammu: Adding to moonbase, it is the frontend for gammu.
---
utils/wammu/BUILD | 7 +++++++
utils/wammu/DEPENDS | 5 +++++
utils/wammu/DETAILS | 25 +++++++++++++++++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/utils/wammu/BUILD b/utils/wammu/BUILD
new file mode 100644
index 0000000..d00ddda
--- /dev/null
+++ b/utils/wammu/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/utils/wammu/DEPENDS b/utils/wammu/DEPENDS
new file mode 100644
index 0000000..e7c3e04
--- /dev/null
+++ b/utils/wammu/DEPENDS
@@ -0,0 +1,5 @@
+depends Python
+depends wxPython
+depends PyBluez
+depends dbus-python
+depends gammu
diff --git a/utils/wammu/DETAILS b/utils/wammu/DETAILS
new file mode 100644
index 0000000..79a53d5
--- /dev/null
+++ b/utils/wammu/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=wammu
+ VERSION=0.33
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SFORGE_URL/gammu/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:b8140607bafe2c3293913eee13b83c2a65e80307
+ WEB_SITE=http://wammu.eu/wammu/
+ ENTERED=20100831
+ UPDATED=20100831
+ SHORT="mobile phone manager"
+cat << EOF
+Wammu is mobile phone manager running on Linux, Windows and possibly other
+platforms, where libGammu and wxPython works. The communication is made by
+Gammu library. Currently supported features:
+
+ * complete support (can read/edit/delete/copy) for contacts, todo, calendar
+ * can read/create/save/send/backup smses
+ * sending files to phone (OBEX and Sony Ericsson phones only)
+ * sms composer for multi part smses (currently only text and predefined bitmap/sound can be edited)
+ * display message including pictures and ringtones playback
+ * support for backup and import in various formats (vCard, vCalendar, vTodo, iCalendar, gammu own backup,...)
+ * export messages to mail (IMAP4, maildir and mailbox storages are supported)
+ * searching for phone
+ * translated into several languages
+ * rated as best on many software serve
+EOF
More information about the Lunar-commits
mailing list