Difference between revisions of "Gnokii"

From CBLFS
Jump to navigationJump to search
Line 25: Line 25:
 
Install the package
 
Install the package
  
  make install-strip &&
+
  make install &&
  make install-doc
+
  cp -v common/gnokii.pc /usr/lib/pkgconfig
  
 
== Multilib ==
 
== Multilib ==
Line 40: Line 40:
 
Install the package
 
Install the package
  
  make install-strip &&
+
  make install &&
  make install-doc
+
  cp -v common/gnokii.pc /usr/lib/pkgconfig
  
 
=== N32 ===
 
=== N32 ===
Line 53: Line 53:
 
Install the package
 
Install the package
  
  make install-strip &&
+
  make install &&
  make install-doc
+
  cp -v common/gnokii.pc /usr/lib32/pkgconfig
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 66: Line 66:
 
Install the package
 
Install the package
  
  make install-strip &&
+
  make install &&
  make install-doc
+
  cp -v common/gnokii.pc /usr/lib64/pkgconfig
  
 
= Contents =
 
= Contents =

Revision as of 03:00, 24 December 2007

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 &&
cp -v common/gnokii.pc /usr/lib/pkgconfig

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 &&
cp -v common/gnokii.pc /usr/lib/pkgconfig

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 &&
cp -v common/gnokii.pc /usr/lib32/pkgconfig

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 &&
cp -v common/gnokii.pc /usr/lib64/pkgconfig

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{so,a} ???