Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162114 - dev-embedded/kontrollerlab ebuild
Summary: dev-embedded/kontrollerlab ebuild
Status: VERIFIED DUPLICATE of bug 162116
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-14 21:42 UTC by Daniel Kukula
Modified: 2007-01-14 21:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.