UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

id3lib

id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags. It is an on-going project whose primary goals are full compliance with the ID3v2 standard, portability across several platforms, and providing a powerful and feature-rich API with a highly stable and efficient implementation.

Package info

Template:
Codename: id3lib
Source file: id3lib-3.8.3.tar.gz
Source file size: 950726
Source file MD5-checkum: 19f27ddd2dda4b2d26a559a4f0f402a7
Source directory: id3lib-3.8.3
Package URL: https://umvirt.com/linux/downloads/0.1/packages/i/id3lib-3.8.3.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/i/id3lib-3.8.3.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: *** NO PACKAGES FOUND ***
Patches: id3lib-3.8.3-consolidated_patches-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
libtoolize -fc                &&
aclocal                       &&
autoconf                      &&
automake --add-missing --copy &&

./configure --prefix=/usr --disable-static

Build script:
make

Install script:
make install  &&
cp doc/man/* /usr/share/man/man1 &&

install -v -m755 -d /usr/share/doc/id3lib-3.8.3 &&
install -v -m644 doc/*.{gif,jpg,png,ico,css,txt,php,html} \
                    /usr/share/doc/id3lib-3.8.3