diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 14:15:33 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 14:15:33 +0100 |
commit | 190984f13910b589b8909b1088bac863316cdc96 (patch) | |
tree | 10c706bafd343a0d28238b28ace85998d05343a7 | |
parent | 20e1ea02a3a9c3801fe3dfdc6c6d52d0263c7a02 (diff) | |
download | external_libsamsung-ipc-190984f13910b589b8909b1088bac863316cdc96.zip external_libsamsung-ipc-190984f13910b589b8909b1088bac863316cdc96.tar.gz external_libsamsung-ipc-190984f13910b589b8909b1088bac863316cdc96.tar.bz2 |
Unified description of libsamsung-ipc
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | samsung-ipc-1.0.pc.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ libsamsung-ipc ============== -This is an implementation of the modem protocol found in a lot of Samsung devices -mostly smartphones. +libsamsung-ipc is a free software implementation of the Samsung IPC modem protocol, +found in many Samsung devices. Compilation and installation ============================ diff --git a/samsung-ipc-1.0.pc.in b/samsung-ipc-1.0.pc.in index 8f22109..390d814 100644 --- a/samsung-ipc-1.0.pc.in +++ b/samsung-ipc-1.0.pc.in @@ -6,7 +6,7 @@ datarootdir=@datarootdir@ datadir=@datadir@ Name: libsamsung-ipc -Description: A implemenation of the protocol to speak with modems found in most Samsung devices +Description: Free software implementation of the Samsung IPC modem protocol, found in many Samsung devices Version: @VERSION@ Requires: Libs: -L${libdir} -lsamsung-ipc |