You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild

34 lines
701 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild,v 1.3 2012/05/10 06:45:12 ssuominen Exp $
EAPI=4
MODULE_AUTHOR=NJH
inherit perl-module
DESCRIPTION="Perl interface for the MusicBrainz libdiscid library"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND=">=media-libs/libdiscid-0.2.2"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
virtual/pkgconfig
test? (
dev-perl/Test-Pod
virtual/perl-Test-Simple
)"
SRC_TEST="do"
src_install() {
perl-module_src_install
docinto examples
dodoc examples/discid.pl
}