summaryrefslogtreecommitdiff
blob: eac03c0cfeda4d37ee813453a901b606b65cee3e (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
25
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/wavbreaker/wavbreaker-0.5.ebuild,v 1.4 2006/03/07 16:06:44 flameeyes Exp $

IUSE=""

inherit eutils

DESCRIPTION="wavbreaker/wavmerge GTK2 utility to break or merge WAV file"
HOMEPAGE="http://huli.org/wavbreaker/"
SRC_URI="http://huli.org/wavbreaker/${P}.tar.gz"
#-sparc, -amd64: 0.4: wavinfo pop.wav gives bogus information... probably sizeof() and endian related...
KEYWORDS="x86 -sparc -amd64"
SLOT="0"
LICENSE="GPL-2"

DEPEND="dev-libs/libxml2
	>=x11-libs/gtk+-2.0"

DOCS="ChangeLog README NEWS"

src_install() {
	make DESTDIR=${D} install
	dodoc ${DOCS}
}