blob: 6a7cdb8d56a02a64ef304a4f9c8df1e52c062312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.3.ebuild,v 1.3 2010/01/09 16:29:18 grobian Exp $
MODULE_AUTHOR=DANIEL
inherit perl-module
DESCRIPTION="Access to FLAC audio metadata"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="media-libs/flac
dev-lang/perl"
SRC_TEST="do"
|