summaryrefslogtreecommitdiff
blob: c901bde5fcefd5e5e1b170f619e179d6db43046e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/trm/trm-0.2.1.ebuild,v 1.4 2004/06/27 01:31:33 eradicator Exp $

IUSE=""

LICENSE="GPL-2"

DESCRIPTION="Generates Relatable TRM acoustic fingerprints"
SRC_URI="ftp://ftp.musicbrainz.org/pub/musicbrainz/${P}.tar.gz"
HOMEPAGE="http://www.musicbrainz.org/products/trmgen/download.html"

KEYWORDS="x86 ~amd64"
SLOT="0"

DEPEND=">=media-libs/musicbrainz-2.0.1
	media-libs/libmad
	media-libs/libvorbis
	media-libs/libogg"

src_install() {
	dodoc README
	dobin trm
}