Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1526 - kemerge-0.1.ebuild (New Package)
Summary: kemerge-0.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 09:28 UTC by Yannick Koehler (RETIRED)
Modified: 2003-02-04 19:42 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 Yannick Koehler (RETIRED) gentoo-dev 2002-04-04 09:28:13 UTC
Included is the ebuild script, for unknown reason I can't upload to this
installation of bugzilla. (But I can on others...)

Kemerge is a graphical tool for KDE which will allow user to easily
merge/unmerge, maintain and view what's installed on their system.  The home
page is http://kemerge.sourceforge.net/.

I suggest app-admin/kemerge as the location for the application.

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Yannick Koehler <ykoehler@hotmail.com>
# /space/gentoo/cvsroot/gentoo-x86/app-admin/kemerge-0.1.ebuild,v 0.1 2002/04/04
9:47:00 d Exp

S=${WORKDIR}/${P}
DESCRIPTION="Graphical KDE emerge tool"
SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz"
HOMEPAGE="http://${PN}.sourceforge.net/"

DEPEND=">=kde-base/kdelibs-2.0"

src_compile() {
    ./configure \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man || die "./configure failed"

    emake || die
}

src_install () {
    make DESTDIR=${D} install || die
    #make \
    #   prefix=${D}/usr \
    #   mandir=${D}/usr/share/man \
    #   infodir=${D}/usr/share/info \
    #   install || die
}
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-04 20:01:23 UTC
kewlies!