mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
31 lines
584 B
Plaintext
31 lines
584 B
Plaintext
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
|
|
HOMEPAGE="http://musicbrainz.org/doc/libdiscid"
|
|
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-0.3.0.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="17e51260062b7583e5981c82cf618127"
|
|
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
|
|
|
BUILD()
|
|
{
|
|
cd libdiscid-0.3.0
|
|
cmake .
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libdiscid-0.3.0
|
|
make install
|
|
}
|
|
|
|
TEST()
|
|
{
|
|
cd libdiscid-0.3.0
|
|
make test
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2012 Andrew Hawkins"
|