blob: ed87d711dd9b19b146f9c6ce007c3211291a5f95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.5.5.ebuild,v 1.1 2004/09/24 02:41:03 pkdawson Exp $
inherit kde
need-kde 3
DESCRIPTION="A mixer for KDE and ALSA."
HOMEPAGE="http://kamix.sourceforge.net/"
SRC_URI="mirror://sourceforge/kamix/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
DEPEND="${DEPEND}
>=media-libs/alsa-lib-0.9"
S=${WORKDIR}/${PN}
|