blob: 3a1cf8dabe81837422e4374f52aebb4e3e821b66 (
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/kguitar/kguitar-0.5.ebuild,v 1.3 2006/04/17 01:33:43 eldad Exp $
inherit kde
need-kde 3.0
DESCRIPTION="An efficient and easy-to-use environment for a guitarist"
HOMEPAGE="http://kguitar.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
IUSE=""
# hard-dep on tse3, without it causes Settings->Configure KGuitar to crash. (eldad 15 April 2006)
DEPEND=">=media-libs/tse3-0.2.3"
src_compile() {
myconf="--with-tse3"
kde_src_compile
}
|