blob: 7cee1172460244e9282e0c2368ad65a3a1023644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.11.ebuild,v 1.7 2004/06/25 00:08:29 agriffis Exp $
IUSE=""
inherit kde-base
DESCRIPTION="KDE sound recorder app"
HOMEPAGE="http://bytesex.org/krecord.html"
SRC_URI="http://bytesex.org/misc/${PN}_${PV}.tar.gz"
KEYWORDS="x86"
LICENSE="GPL-2"
need-kde 3
#RDEPEND="media-libs/alsa-lib"
src_install() {
cd ${S}
make prefix=${D}/${PREFIX} install
}
|