Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 162114

Summary: dev-embedded/kontrollerlab ebuild
Product: Gentoo Linux Reporter: Daniel Kukula <daniel.kuku>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Kukula 2007-01-14 21:42:04 UTC
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils
DESCRIPTION="The KontrollerLab is a tool which can be used for developing microcontroller
software."
HOMEPAGE="http://www.cadmaniac.org/projectMain.php?projectName=kontrollerlab"
SRC_URI="mirror://sourceforge/kontrollerlab/${P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) )
"
RDEPEND="${DEPEND}"
src_compile() {
    myconf="--prefix=`kde-config --prefix`
         --without-arts"
    econf $myconf || die "econf failed"
    emake || die "emake failed"
}

src_install() {

    emake DESTDIR="${D}" install || die "emake install failed"
}
~
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-14 21:46:44 UTC

*** This bug has been marked as a duplicate of bug 162116 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-14 21:47:05 UTC
Dupe.