diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-31 11:06:30 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-31 11:06:30 +0000 |
commit | 4359ba3c67819a95c9ccab84cbac0d4bd16b2369 (patch) | |
tree | 434326121da1b0be010653bae976ae95c1b8ce5d /gnome-base/libghttp | |
parent | housekeeping (diff) | |
download | gentoo-2-4359ba3c67819a95c9ccab84cbac0d4bd16b2369.tar.gz gentoo-2-4359ba3c67819a95c9ccab84cbac0d4bd16b2369.tar.bz2 gentoo-2-4359ba3c67819a95c9ccab84cbac0d4bd16b2369.zip |
cleanup
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r-- | gnome-base/libghttp/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r3.ebuild | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/gnome-base/libghttp/ChangeLog b/gnome-base/libghttp/ChangeLog index d83b927a480d..de09d84f6979 100644 --- a/gnome-base/libghttp/ChangeLog +++ b/gnome-base/libghttp/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for gnome-base/libghttp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.11 2003/03/25 05:20:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.12 2003/03/31 11:06:30 foser Exp $ *libghttp-1.0.9-r3 (24 Jan 2003) + 30 Mar 2003; foser <foser@gentoo.org> libghttp-1.0.9-r3.ebuild : + streamlined it a bit (use econf/einstall) + 25 Mar 2003; Aron Griffis <agriffis@gentoo.org> libghttp-1.0.9-r3.ebuild: Add ~alpha to KEYWORDS diff --git a/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild index 0df53297dae0..125d663ad697 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild,v 1.6 2003/03/25 05:20:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r3.ebuild,v 1.7 2003/03/31 11:06:30 foser Exp $ GNOME_TARBALL_SUFFIX="gz" inherit libtool gnome.org -S=${WORKDIR}/${P} DESCRIPTION="GNOME http client library" LICENSE="LGPL-2 GPL-2" SLOT="0" @@ -17,19 +16,13 @@ DEPEND="virtual/glibc" src_compile() { elibtoolize - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die + econf || die emake || die } src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die + einstall || die # headers needed for Intermezzo (bug 11501) insinto /usr/include/ghttp-1.0/ |