UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit:
[ BASH | XML | JSON ]

libcddb

The libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server.

Package info

Codename: libcddb
Source file: libcddb-1.3.2.tar.bz2
Source directory: libcddb-1.3.2
Package URL: https://ulfs.org/linux/downloads/package_files/0.2/packages/l/libcddb-1.3.2.tar.bz2
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2/packages/l/libcddb-1.3.2.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libcdio-base, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e '/DEFAULT_SERVER/s/freedb.org/gnudb.gnudb.org/' \
    -e '/DEFAULT_PORT/s/888/&0/'                       \
    -i include/cddb/cddb_ni.h                          &&
sed '/^Genre:/s/Trip-Hop/Electronic/' -i tests/testdata/920ef00b.txt &&
sed '/DISCID/i# Revision: 42'         -i tests/testcache/misc/12340000

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr $ARG_STATIC

Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check -k
fi

Install script:
make install


Apache/2.4.62 (Debian) Server at ulfs.org Port 443