Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=06d7a40b84f64f237b96ce25165efd33e9b736fa
commit 06d7a40b84f64f237b96ce25165efd33e9b736fa
Author: VMiklos <[EMAIL PROTECTED]>
Date: Tue Jul 24 23:32:03 2007 +0200
gammu-1.11.92-2-i686
added a README.Frugalware
diff --git a/source/apps-extra/gammu/FrugalBuild
b/source/apps-extra/gammu/FrugalBuild
index a8d4b97..ddf187c 100644
--- a/source/apps-extra/gammu/FrugalBuild
+++ b/source/apps-extra/gammu/FrugalBuild
@@ -13,7 +13,7 @@ groups=('apps-extra')
archs=('x86_64' 'i686')
up2date="lynx -dump http://dl.cihar.com/gammu/releases/|Flasttarbz2"
source=(http://dl.cihar.com/gammu/releases/$pkgname-$pkgver.tar.bz2 \
- gammurc-path-fix.patch)
+ gammurc-path-fix.patch README.Frugalware)
# NOTE: check new releases about cmake bug in gammu.
# dont use make install DESTDIR=** things. Use the right cmake way if they fixed
@@ -55,9 +55,11 @@ build()
Fmkdir etc/gammu
cp -a $Fdestdir/usr/share/doc/$pkgname-$pkgver/examples/config/gammurc \
$Fdestdir/etc/gammu/
+ Fdoc README.Frugalware
}
-sha1sums=('0d00ac580e0479061c7e4760f129000b3e9ff299'\
- '68632cf0b015118b7a9c97d9b905fe47bcd927d4')
+sha1sums=('0d00ac580e0479061c7e4760f129000b3e9ff299' \
+ '68632cf0b015118b7a9c97d9b905fe47bcd927d4' \
+ 'e088552929d1226052723ec9a6f692da56f5c106')
# optimization OK
diff --git a/source/apps-extra/gammu/README.Frugalware
b/source/apps-extra/gammu/README.Frugalware
new file mode 100644
index 0000000..49bade0
--- /dev/null
+++ b/source/apps-extra/gammu/README.Frugalware
@@ -0,0 +1,41 @@
+=== Configuring
+
+You need to create your ~/.gammurc:
+
+----
+[gammu]
+port = /dev/ttyUSB0
+connection = fbus
+----
+
+Replace `/dev/ttyUSB0` with your serial port device and `fbus` with the
+appropriate protocol name if you are not a Nokia user. Check if you have write
+access to the device, you need to be a member of the `uucp` group.
+
+Once you think you're done, check your setup:
+
+----
+$ gnokii --identify
+----
+
+It should print your `IMEI` number so that you'll be able to check if `gammu`
+really found your phone or there is a problem.
+
+=== Creating a backup
+
+You probably you gammu to make a backup of your phone. This involves two
steps: backing up your SMSes and the rest of your phone. Here we go:
+
+----
+$ gammu --backupsms backupsms.txt
+$ gammu --backup backup.txt
+----
+
+You may find an alternative format more human-readable for SMSes:
+
+----
+$ gammu --geteachsms > eachsms.txt
+----
+
+See the manual page for more tricks!
+
+// vim: ft=asciidoc
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git