blob: 8dc7b54171164c2ad497cd0a4ef1158801fef4f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. \
It allows you to access the data held on the MusicBrainz server."
HOMEPAGE = "http://musicbrainz.org"
LICENSE = "LGPL"
SRC_URI = "http://users.musicbrainz.org/~matt/libdiscid-${PV}.tar.gz"
inherit cmake pkgconfig
|