summaryrefslogtreecommitdiff
blob: e75bf1b1f7f5c367f3c44fb35cba039209626a25 (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
26
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.9 2005/10/18 13:14:16 greg_g Exp $

IUSE=""

inherit kde

DESCRIPTION="A KDE sound recorder."
HOMEPAGE="http://bytesex.org/krecord.html"
SRC_URI="http://bytesex.org/misc/${PN}_${PV}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~sparc x86"

need-kde 3
#RDEPEND="media-libs/alsa-lib"

src_compile() {
	emake || die
}

src_install() {
	einstall || die
}