blob: 9534918811d5be760f4ab6fba43039416a129557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 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.1 2008/11/21 11:06:17 tove Exp $
MODULE_AUTHOR=DANIEL
inherit perl-module
DESCRIPTION="Access to FLAC audio metadata"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="media-libs/flac
dev-lang/perl"
SRC_TEST="do"
|