Libmpd

From CBLFS
Jump to navigationJump to search
Download Source: http://download.sarine.nl/Programs/gmpc/0.18.0/libmpd-0.18.0.tar.gz

Introduction to Libmpd

libmpd is the library required for clients to interface with the Music Player Daemon MPD. It is not needed for MPD to be used from the command line.

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

Dependencies

Required

Configuration Information

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install &&
install -dvm755 /usr/share/doc/libmpd/html &&
cp -v doc/html/* /usr/share/doc/libmpd/html

Multilib

32Bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install &&
install -dvm755 /usr/share/doc/libmpd/html &&
cp -v doc/html/* /usr/share/doc/libmpd/html

Contents

Installed Directories: None
Installed Programs: None
Installed Libraries: libmpd.so, libmpd.la, libmpd.a
Symlinks: /usr/lib64/libmpd.so.0.0.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so.0.0.0 --> /usr/lib64/libmpd.so.0.0.0, /usr/lib64/libmpd.so --> /usr/lib64/libmpd.so.0.0.0