diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-26 20:41:56 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-26 20:41:56 +0000 |
commit | 347d54b0226ea216bb302a04b07ad9160e865f92 (patch) | |
tree | 3dec1784f8f6d0a53719da6cd6545806946b50fb /gnome-apps | |
parent | *** empty log message *** (diff) | |
download | historical-347d54b0226ea216bb302a04b07ad9160e865f92.tar.gz historical-347d54b0226ea216bb302a04b07ad9160e865f92.tar.bz2 historical-347d54b0226ea216bb302a04b07ad9160e865f92.zip |
*** empty log message ***
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/gconf/files/digest-gconf-0.8 | 1 | ||||
-rw-r--r-- | gnome-apps/gconf/gconf-0.8.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/gnome-apps/gconf/files/digest-gconf-0.8 b/gnome-apps/gconf/files/digest-gconf-0.8 new file mode 100644 index 000000000000..f79cd9dc37d2 --- /dev/null +++ b/gnome-apps/gconf/files/digest-gconf-0.8 @@ -0,0 +1 @@ +MD5 57258919431085a58b16269c63b92ff3 GConf-0.8.tar.gz diff --git a/gnome-apps/gconf/gconf-0.8.ebuild b/gnome-apps/gconf/gconf-0.8.ebuild new file mode 100644 index 000000000000..bb7c2e2a9bb8 --- /dev/null +++ b/gnome-apps/gconf/gconf-0.8.ebuild @@ -0,0 +1,32 @@ +# 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 + +P=GConf-0.8 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gconf" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}" +HOMEPAGE="http://www.gnome.org/" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + prepman /opt/gnome + + dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO +} + + + |