blob: 58270b58987cef23ecd6e3790c5a3bb52ac87e80 (
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
27
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kenvy24gui/kenvy24gui-1.0a.ebuild,v 1.2 2008/04/21 14:23:26 flameeyes Exp $
inherit kde
DESCRIPTION="VIA Envy24 based sound card control utility for KDE"
HOMEPAGE="http://kenvy24.wiki.sourceforge.net/"
SRC_URI="mirror://sourceforge/kenvy24/${P/0a/0.a}.tar.gz"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64"
IUSE=""
S="${WORKDIR}/${PN}"
RDEPEND=">=media-libs/alsa-lib-1.0.13"
need-kde 3.2
PATCHES=( "${FILESDIR}/${P}+autoconf-2.62.patch" )
src_unpack() {
kde_src_unpack
rm -f "${S}/configure"
}
|