summaryrefslogtreecommitdiffstats
path: root/meta/packages/musicbrainz/libmusicbrainz_2.1.3.bb
blob: e0ae4ae04310e239c3bdb94b1441a7abb19fec32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs.  The library allows you to access the data held on the MusicBrainz server."
HOMEPAGE = "http://musicbrainz.org"
LICENSE = "LGPL"
DEPENDS = "expat"
PR = "r1"

SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.3.tar.gz \
           file://autofoo.patch;patch=1"

inherit autotools pkgconfig

do_stage() {
autotools_stage_all
}