* Re: [gentoo-dev] Updated edb-1.0.3 ebuild file
@ 2001-10-07 17:09 99% ` Aron Griffis
0 siblings, 0 replies; 1+ results
From: Aron Griffis @ 2001-10-07 17:09 UTC (permalink / raw
To: gentoo-dev
Hello Joshua,
I won't add this ebuild personally, because I'm not on the Desktop Team,
however a couple things to note.
(1) "try" is deprecated. Its function is now replaced by "die". In
other words, you can remove the references to "try" below.
(2) It isn't necessary to "cd $S" in src_compile or src_install. That
is the default directory for those functions.
Aron
Joshua Pierre wrote: [Sun Oct 07 2001, 04:41:36AM EST]
> # Distributed under the terms of the GNU General Public License, v2 or later
> # Author Joshua Pierre <joshua@swool.com>
>
> S=${WORKDIR}/${P}
> DESCRIPTION="Enlightenment Data Base library"
> SRC_URI="http://www.au.rasterman.com/files/edb-1.0.3.tar.gz"
> HOMEPAGE="http://www.enlightenment.org/"
>
> RDEPEND="virtual/glibc
> >=x11-libs/gtk+-1.2.10-r4"
> DEPEND="$RDEPEND sys-apps/which"
>
> src_compile() {
> cd $S
> try ./configure --prefix=/usr --host=${CHOST} || die
> try make || die
> }
>
> src_install() {
> cd $S
> try make install DESTDIR=${D} || die
> dodoc README AUTHORS COPYING src/LICENSE
> }
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2001-10-07 3:35 [gentoo-dev] Updated edb-1.0.3 ebuild file Joshua Pierre
2001-10-07 17:09 99% ` Aron Griffis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox