[Lunar-commits] gsmlib: version bump. Had use this version and patches given
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Jan 25 13:47:11 CET 2008
commit 2df9f8e7ada2ad15abaf028ff3b0429738833955
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Jan 25 07:47:11 2008 -0500
gsmlib: version bump. Had use this version and patches given
the currency of our gcc and glibc.
---
libs/gsmlib/BUILD | 8 ++++++++
libs/gsmlib/DETAILS | 20 ++++++++++++++------
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/libs/gsmlib/BUILD b/libs/gsmlib/BUILD
new file mode 100644
index 0000000..fc79d7f
--- /dev/null
+++ b/libs/gsmlib/BUILD
@@ -0,0 +1,8 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE1 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/gsmlib/DETAILS b/libs/gsmlib/DETAILS
index ce9b888..78c3723 100644
--- a/libs/gsmlib/DETAILS
+++ b/libs/gsmlib/DETAILS
@@ -1,16 +1,24 @@
- MODULE=gsmlib
- VERSION=1.10
+ MODULE=gsmlib
+ VERSION=pre1.11-041028
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.pxh.de/fs/gsmlib/download/
+ SOURCE1=$MODULE-1.11-gcc41.patch
+ SOURCE2=$MODULE-1.11-include-gcc34-fix.patch
+ SOURCE_URL[0]=http://www.pxh.de/fs/gsmlib/snapshots/
+ SOURCE1_URL=http://mirrors.crazeekennee.com/gentoo-portage/app-mobilephone/gsmlib/files/
+ SOURCE2_URL=http://mirrors.crazeekennee.com/gentoo-portage/app-mobilephone/gsmlib/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1.11
+ SOURCE_VFY=sha1:3475057185d8138823f834331114366c57320438
+ SOURCE1_VFY=sha1:1719087cd82bd993cb572a611ab3e4df486cf6c9
+ SOURCE2_VFY=sha1:0058d1290894ceb075fe81fc816f8ac2e410463a
WEB_SITE=http://www.pxh.de/fs/gsmlib
ENTERED=20030930
- UPDATED=20030930
+ UPDATED=20080125
SHORT="library to access GSM mobile phones through GSM modems"
cat << EOF
-This distribution contains a library to access GSM mobile phones through
+This distribution contains a library to access GSM mobile phones through
GSM modems. Features include:
* modification of phonebooks stored in the mobile phone or on the SIM card
* reading and writing of SMS messages stored in the mobile phone
- * sending and reception of SMS messages
+ * sending and reception of SMS messages
EOF
More information about the Lunar-commits
mailing list