Difference between revisions of "Gnokii"

From CBLFS
Jump to navigationJump to search
 
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
|-
+
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://www.gnokii.org/download/gnokii/gnokii-0.6.14.tar.bz2
+
| http://www.gnokii.org/download/gnokii/gnokii-{{Gnokii-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
 +
 +
{{Package-Introduction|Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.|http://www.gnokii.org/}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 12: Line 14:
 
* [[libical]]
 
* [[libical]]
 
* [[Gtk2]]
 
* [[Gtk2]]
* [[libbluetooth]]
+
* [[bluez-libs]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 18: Line 20:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr &&
+
  ./configure --prefix=/usr --enable-security --disable-debug &&
 
  make
 
  make
  
 
Install the package
 
Install the package
  
  make install
+
  make install &&
 +
make install-devel
  
 
== Multilib ==
 
== Multilib ==
Line 32: Line 35:
  
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=/usr &&
+
  ./configure --prefix=/usr --enable-security --disable-debug &&
 
  make
 
  make
  
 
Install the package
 
Install the package
  
  make install
+
  make install &&
 +
make install-devel
  
 
=== N32 ===
 
=== N32 ===
Line 44: Line 48:
  
 
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  ./configure --prefix=/usr --libdir=/usr/lib32 &&
+
  ./configure --prefix=/usr --libdir=/usr/lib32 --enable-security --disable-debug &&
 
  make
 
  make
  
 
Install the package
 
Install the package
  
  make install
+
  make install &&
 +
make install-devel
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 56: Line 61:
  
 
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=/usr --libdir=/usr/lib64 &&
+
  ./configure --prefix=/usr --libdir=/usr/lib64 --enable-security --disable-debug &&
 
  make
 
  make
  
 
Install the package
 
Install the package
  
  make install
+
  make install &&
 +
make install-devel
 +
 
 +
= Contents =
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| xgnokii, mgnokiidev, gnokiid, gnokii
 +
|-valign="top"
 +
! Installed Libraries:
 +
| libgnokii.{a,la,so}
 +
|-valign="top"
 +
! Installed Directories:
 +
| /usr/include/gnokii, /usr/share/doc/gnokii
 +
|}
 +
 
 +
[[Category:General Utilities]]

Latest revision as of 14:58, 19 March 2009

Download Source: http://www.gnokii.org/download/gnokii/gnokii-0.6.28.1.tar.bz2

Introduction to Gnokii

Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.

Project Homepage: http://www.gnokii.org/

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 --enable-security --disable-debug &&
make

Install the package

make install &&
make install-devel

Contents

Installed Programs: xgnokii, mgnokiidev, gnokiid, gnokii
Installed Libraries: libgnokii.{a,la,so}
Installed Directories: /usr/include/gnokii, /usr/share/doc/gnokii