Difference between revisions of "Gnokii"
From CBLFS
Jump to navigationJump to search (I added the template for the package description and "Contents" sections.) |
(some config keys added...) |
||
Line 9: | Line 9: | ||
== Introduction to Gnokii == | == Introduction to Gnokii == | ||
− | + | Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc. | |
== Dependencies == | == Dependencies == | ||
Line 22: | Line 22: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr && | + | ./configure --prefix=/usr --enable-security && |
make | make | ||
Install the package | Install the package | ||
− | make install | + | make install-strip && |
+ | make install-doc | ||
== Multilib == | == Multilib == | ||
Line 36: | Line 37: | ||
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 && |
make | make | ||
Install the package | Install the package | ||
− | make install | + | make install-strip && |
+ | make install-doc | ||
=== N32 === | === N32 === | ||
Line 48: | Line 50: | ||
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 && |
make | make | ||
Install the package | Install the package | ||
− | make install | + | make install-strip && |
+ | make install-doc | ||
=== 64Bit === | === 64Bit === | ||
Line 60: | Line 63: | ||
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 && |
make | make | ||
Install the package | Install the package | ||
− | make install | + | make install-strip && |
+ | make install-doc | ||
= Contents = | = Contents = |
Revision as of 04:13, 15 December 2006
Download Source: | http://www.gnokii.org/download/gnokii/gnokii-0.6.14.tar.bz2 |
---|
Contents
Introduction to Gnokii
Library and programs for support mobile phones (mostly nokia). Calendar, bluetouth, data exchange etc.
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-security && make
Install the package
make install-strip && make install-doc
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --enable-security && make
Install the package
make install-strip && make install-doc
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 --enable-security && make
Install the package
make install-strip && make install-doc
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 --enable-security && make
Install the package
make install-strip && make install-doc
Contents
Installed Programs: | ??? |
---|---|
Installed Libraries: | ??? |
Installed Directories: | ??? |
Short Descriptions
program1 | ??? |
---|---|
program2 | ??? |
library1.{so,a} | ??? |