summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-06 05:21:10 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-06 05:21:10 +0000
commit2cbf13c00fdc9c8e418c669d65e68a9265ea0522 (patch)
tree0e6c0ecd7c0631c6c9e7189cfa3dc41e9558eff0 /gnome-extra/glibwww
parent*** empty log message *** (diff)
downloadgentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.tar.gz
gentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.tar.bz2
gentoo-2-2cbf13c00fdc9c8e418c669d65e68a9265ea0522.zip
New packages for gnome-1.4_beta2 used in rc4
Available flags: bonobo, gtkhtml
Diffstat (limited to 'gnome-extra/glibwww')
-rw-r--r--gnome-extra/glibwww/files/digest-glibwww-0.2-r11
-rw-r--r--gnome-extra/glibwww/glibwww-0.2-r1.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/gnome-extra/glibwww/files/digest-glibwww-0.2-r1 b/gnome-extra/glibwww/files/digest-glibwww-0.2-r1
new file mode 100644
index 000000000000..794b77812ee1
--- /dev/null
+++ b/gnome-extra/glibwww/files/digest-glibwww-0.2-r1
@@ -0,0 +1 @@
+MD5 3f20f0e7b01acb8dc81502e088cd9389 glibwww-0.2.tar.gz
diff --git a/gnome-extra/glibwww/glibwww-0.2-r1.ebuild b/gnome-extra/glibwww/glibwww-0.2-r1.ebuild
new file mode 100644
index 000000000000..d552fca4a540
--- /dev/null
+++ b/gnome-extra/glibwww/glibwww-0.2-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="The Gnome Application Libraries"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
+ ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
+HOMEPAGE="http://www.gnome.org/"
+
+DEPEND=">=gnome-base/gnome-libs-1.2.12
+ >=net-libs/libwww-1.5.3-r1"
+
+
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${S}
+ try ./configure --host=${CHOST} --prefix=/opt/gnome
+ try make
+}
+
+src_install() {
+ cd ${S}
+ try make prefix=${D}/opt/gnome install
+
+ dodoc AUTHORS ChangeLog NEWS README
+}
+
+
+
+
+