blob: fd5f1c50efeaada288f5e3418ce8fb0356ead048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
inherit perl-module
S=${WORKDIR}/CDDB-1.12
DESCRIPTION="high-level interface to cddb/freedb protocol"
SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCAPUTO/CDDB-1.12.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCAPUTO/${P}.readme"
SLOT="0"
LICENSE="Artistic | GPL-2"
KEYWORDS="~x86"
|