blob: 741c02b5c80d72354268416391681c727428bdd9 (
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.3 2004/06/25 00:27:12 agriffis 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"
SLOT="0"
DEPEND=">=media-libs/musicbrainz-2.0.1
media-libs/libmad
media-libs/libvorbis
media-libs/libogg"
src_install() {
dodoc README
dobin trm
}
|