diff options
author | Peter Gavin <pete@gentoo.org> | 2001-04-15 21:45:13 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-04-15 21:45:13 +0000 |
commit | 307c31ab4728ff8fd3be0a6ef761b0fc8d4a562d (patch) | |
tree | 0df505d8c4e7a71394e306c3ca152835d64d4417 /gnome-extra | |
parent | more gnome updates (diff) | |
download | gentoo-2-307c31ab4728ff8fd3be0a6ef761b0fc8d4a562d.tar.gz gentoo-2-307c31ab4728ff8fd3be0a6ef761b0fc8d4a562d.tar.bz2 gentoo-2-307c31ab4728ff8fd3be0a6ef761b0fc8d4a562d.zip |
even more gnome updates (yay!)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/mc/files/digest-mc-4.5.53 | 1 | ||||
-rw-r--r-- | gnome-extra/mc/mc-4.5.53.ebuild | 48 | ||||
-rw-r--r-- | gnome-extra/medusa/files/digest-medusa-0.5.0 | 1 | ||||
-rw-r--r-- | gnome-extra/medusa/medusa-0.5.0.ebuild | 35 |
4 files changed, 85 insertions, 0 deletions
diff --git a/gnome-extra/mc/files/digest-mc-4.5.53 b/gnome-extra/mc/files/digest-mc-4.5.53 new file mode 100644 index 000000000000..e054f7378d97 --- /dev/null +++ b/gnome-extra/mc/files/digest-mc-4.5.53 @@ -0,0 +1 @@ +MD5 90652e48aaf2e5f937262de8436b7f56 mc-4.5.53.tar.gz diff --git a/gnome-extra/mc/mc-4.5.53.ebuild b/gnome-extra/mc/mc-4.5.53.ebuild new file mode 100644 index 000000000000..0551d3637ab1 --- /dev/null +++ b/gnome-extra/mc/mc-4.5.53.ebuild @@ -0,0 +1,48 @@ +# 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/gnome-extra/mc/mc-4.5.53.ebuild,v 1.1 2001/04/15 21:45:13 pete Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Midnight Commander" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/mc/" + +DEPEND=">=sys-libs/pam-0.72 + >=sys-libs/slang-1.4.2 + >=sys-apps/e2fsprogs-1.19 + >=gnome-base/gnome-libs-1.2.4 +" +RDEPEND="virtual/x11-web-browser" + +src_unpack() { + unpack ${A} + cd ${S}/vfs + cp smbfs.c smbfs.c.orig + sed -e "s:/etc/smb\.conf:/etc/smb/smb\.conf:" smbfs.c.orig > smbfs.c +} + +src_compile() { + cd ${S} + LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --with-samba --with-ldap --with-pam --with-vfs \ + --with-netrc --with-slang + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome install + prepman /opt/gnome + + dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS + dodoc README* +} + + + + + + diff --git a/gnome-extra/medusa/files/digest-medusa-0.5.0 b/gnome-extra/medusa/files/digest-medusa-0.5.0 new file mode 100644 index 000000000000..7d658f3dcd48 --- /dev/null +++ b/gnome-extra/medusa/files/digest-medusa-0.5.0 @@ -0,0 +1 @@ +MD5 6c93b219bfeccb5456570c2a464b72fb medusa-0.5.0.tar.gz diff --git a/gnome-extra/medusa/medusa-0.5.0.ebuild b/gnome-extra/medusa/medusa-0.5.0.ebuild new file mode 100644 index 000000000000..c8f2df48fa04 --- /dev/null +++ b/gnome-extra/medusa/medusa-0.5.0.ebuild @@ -0,0 +1,35 @@ +# 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/gnome-extra/medusa/medusa-0.5.0.ebuild,v 1.1 2001/04/15 21:45:13 pete Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="medusa" +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-vfs-1.0 + >=sys-libs/db-1.8" + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \ + --sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1 + try make medusainitdir=/tmp +} + +src_install() { + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ + medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install + dodoc AUTHORS COPYING ChangeLog NEWS README + +} + + + + + + + |