blob: a581425dd3ed48e10b160efa0d1b2b8a886ebf3f (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ktechlab-0.1.3.ebuild,v 1.3 2006/03/25 21:28:34 flameeyes Exp $
inherit kde
DESCRIPTION="KTechlab is a development and simulation environment for microcontrollers and electronic circuits"
HOMEPAGE="http://ktechlab.org/"
SRC_URI="http://ktechlab.org/download/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
SLOT="0"
DEPEND=">=dev-embedded/gpsim-0.21"
need-kde 3.2
UNSERMAKE=""
PATCHES="${FILESDIR}/${P}-gcc41.patch"
|