Difference between revisions of "Libdaemon"
From CBLFS
Jump to navigationJump to search (I filled in the package description and the "Contents" section.) |
|||
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://0pointer.de/lennart/projects/libdaemon/libdaemon-{{Libdaemon-Version}}.tar.gz | | http://0pointer.de/lennart/projects/libdaemon/libdaemon-{{Libdaemon-Version}}.tar.gz | ||
Line 9: | Line 9: | ||
== Introduction to Libdaemon == | == Introduction to Libdaemon == | ||
− | + | Libdaemon is a lightweight C library that eases the writing of UNIX daemons. | |
== Dependencies == | == Dependencies == | ||
Line 69: | Line 69: | ||
|- | |- | ||
! Installed Programs: | ! Installed Programs: | ||
− | | | + | | None |
|- | |- | ||
! Installed Libraries: | ! Installed Libraries: | ||
− | | | + | | libdaemon.{a,la,so} |
|- | |- | ||
! Installed Directories: | ! Installed Directories: | ||
− | | | + | | /usr/include/libdaemon |
|} | |} | ||
Line 82: | Line 82: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|- | |- | ||
− | ! | + | ! libdaemon.{a,la,so} |
− | | | + | | is a lightweight C library that eases the writing of UNIX daemons. |
− | |||
− | |||
− | |||
|} | |} |
Revision as of 01:13, 24 December 2006
Download Source: | http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.14.tar.gz |
---|
Contents
Introduction to Libdaemon
Libdaemon is a lightweight C library that eases the writing of UNIX daemons.
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-lynx && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --disable-lynx && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 --disable-lynx && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 --disable-lynx && make
Install the package
make install
Contents
Installed Programs: | None |
---|---|
Installed Libraries: | libdaemon.{a,la,so} |
Installed Directories: | /usr/include/libdaemon |
Short Descriptions
libdaemon.{a,la,so} | is a lightweight C library that eases the writing of UNIX daemons. |
---|