From: Arnold de Bruijn <arnold.linux@planet.nl>
To: Gentoo-dev mailinglist <gentoo-dev@gentoo.org>,
Gentoo-user mailinglist <gentoo-user@gentoo.org>
Subject: [gentoo-dev] my first ebuild contribution: gentoo-0.11.21.ebuild
Date: 12 Mar 2002 15:09:15 +0100 [thread overview]
Message-ID: <1015942156.6979.12.camel@Mobilehq> (raw)
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
----------------------------------------------------------------------
next reply other threads:[~2002-03-12 14:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-12 14:09 Arnold de Bruijn [this message]
2002-03-12 15:10 ` [gentoo-dev] my first ebuild contribution: gentoo-0.11.21.ebuild Grant Goodyear
2002-03-12 23:14 ` mikepolniak
2002-03-13 0:03 ` K.L. Davis
2002-03-13 2:37 ` mikepolniak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1015942156.6979.12.camel@Mobilehq \
--to=arnold.linux@planet.nl \
--cc=gentoo-dev@gentoo.org \
--cc=gentoo-user@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox