blob: 7f0c63549ac302ae4a65bd7cc8f23ce05d7be251 (
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 Technologies, Inc.
# 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.2 2004/05/31 06:48:31 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"
SLOT="0"
DEPEND=">=media-libs/musicbrainz-2.0.1
media-libs/libmad
media-libs/libvorbis
media-libs/libogg"
src_install() {
dodoc README
dobin trm
}
|