summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-15 15:27:20 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-15 15:27:20 +0000
commit11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f (patch)
tree2a06f66794b6cad67dadb2904618ab0e2debc7a3 /dev-util/glade
parentWahoo. Sed 3.02.80 is the best version. Wish GNU updated ftp.gnu.org (diff)
downloadgentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.tar.gz
gentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.tar.bz2
gentoo-2-11dc7f0ebc0dcc5fe3542356d4ffd26df2c6ab1f.zip
*** empty log message ***
Diffstat (limited to 'dev-util/glade')
-rw-r--r--dev-util/glade/files/digest1
-rw-r--r--dev-util/glade/glade-0.5.9.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/glade/files/digest b/dev-util/glade/files/digest
new file mode 100644
index 000000000000..fd7ecb264180
--- /dev/null
+++ b/dev-util/glade/files/digest
@@ -0,0 +1 @@
+MD5 198531c9895a4edb94020ea7b6799c8a glade-0.5.9.tar.gz
diff --git a/dev-util/glade/glade-0.5.9.ebuild b/dev-util/glade/glade-0.5.9.ebuild
new file mode 100644
index 000000000000..81f6824c1a5b
--- /dev/null
+++ b/dev-util/glade/glade-0.5.9.ebuild
@@ -0,0 +1,28 @@
+# 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: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.5.9.ebuild,v 1.1 2000/08/15 15:27:07 achim Exp $
+
+P=glade-0.5.9
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+CATEGORY="gnome-apps"
+DESCRIPTION="glade"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/glade/"${A}
+HOMEPAGE="http://www.gnome.org/"
+
+src_compile() {
+ cd ${S}
+ ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets
+ make
+}
+
+src_install() {
+ cd ${S}
+ make prefix=${D}/opt/gnome install
+ dodoc AUTHORS COPYING* FAQ NEWS
+ dodoc README* TODO
+}
+
+
+