mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial bep for libdiscid, not yey working
This commit is contained in:
27
media-libs/libdiscid/libdiscid-0.3.0.bep
Normal file
27
media-libs/libdiscid/libdiscid-0.3.0.bep
Normal file
@@ -0,0 +1,27 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user