aboutsummaryrefslogtreecommitdiffstats
path: root/packages/musicbrainz/libmusicbrainz_3.0.1.bb
blob: 51717f052df3c18033e73fa2239f049f7f69d238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEFAULT_PREFERENCE = "-1"

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"
DEPENDS = "expat"

SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-${PV}.tar.gz"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}