public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] my first ebuild contribution: gentoo-0.11.21.ebuild
@ 2002-03-12 14:09 Arnold de Bruijn
  2002-03-12 15:10 ` Grant Goodyear
  0 siblings, 1 reply; 5+ messages in thread
From: Arnold de Bruijn @ 2002-03-12 14:09 UTC (permalink / raw
  To: Gentoo-dev mailinglist, Gentoo-user mailinglist

Hi all,

While surfing on the net I discovered gentoo (an extremely handy file
manager app). Made an ebuild for the new version, using a bit of copy
and paste. I've included the ebuild and digest file for anybody who
wants to use them.

greetz, Arnold



/usr/portage/app-misc/gentoo/gentoo-0.11.21.ebuild
----------------------------------------------------------------------
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or
later
# Author Leo Lipelis <aeoo@gentoo.org>
#

S=${WORKDIR}/${P}
DESCRIPTION="A modern GTK+ based filemanager for any WM"
SRC_URI="http://prdownloads.sourceforge.net/gentoo/${P}.tar.gz"
HOMEPAGE="http://www.obsession.se/gentoo/"

DEPEND=">=x11-libs/gtk+-1.2.0"

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

src_install() {
        make DESTDIR=${D} install || die
        cd ${D}/etc/gentoo
        mv gentoorc gentoorc.orig
        sed -e
's:\(<path>"\)icons\("</path>\):\1/usr/share/gentoo/icons\2:' \
                gentoorc.orig > gentoorc
        rm gentoorc.orig
}
----------------------------------------------------------------------



/usr/portage/app-misc/gentoo/files/digest-gentoo-0.11.21
----------------------------------------------------------------------
MD5 6269044a70d6f89fd3fd5417ee6b3830  gentoo-0.11.21.tar.gz 728226
----------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-03-13  2:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-12 14:09 [gentoo-dev] my first ebuild contribution: gentoo-0.11.21.ebuild Arnold de Bruijn
2002-03-12 15:10 ` Grant Goodyear
2002-03-12 23:14   ` mikepolniak
2002-03-13  0:03     ` K.L. Davis
2002-03-13  2:37       ` mikepolniak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox