c1092052b45d759e1d863df9e2bd850892170f1b
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / libcddb / libcddb_1.3.2.bb
1 DESCRIPTION = "A library for accessing a CDDB server"
2 HOMEPAGE = "http://libcddb.sourceforge.net"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 LICENSE = "LGPLv2"
6 LIC_FILES_CHKSUM = "file://COPYING;md5=6e29c688d912da12b66b73e32b03d812"
7
8 PR = "r1"
9
10 DEPENDS = "libcdio virtual/gettext"
11
12 SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
13
14 SRC_URI[md5sum] = "8bb4a6f542197e8e9648ae597cd6bc8a"
15 SRC_URI[sha256sum] = "35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
16
17 inherit autotools pkgconfig
18