diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-www/mozilla | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/files/digest-mozilla-0.8.1-r2 | 1 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-0.8.1-r2.ebuild | 60 |
2 files changed, 0 insertions, 61 deletions
diff --git a/net-www/mozilla/files/digest-mozilla-0.8.1-r2 b/net-www/mozilla/files/digest-mozilla-0.8.1-r2 deleted file mode 100644 index 1f66125c9c87..000000000000 --- a/net-www/mozilla/files/digest-mozilla-0.8.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 04c6fbb5dd01ba68687ea2dd95195451 mozilla-source-0.8.1.tar.gz diff --git a/net-www/mozilla/mozilla-0.8.1-r2.ebuild b/net-www/mozilla/mozilla-0.8.1-r2.ebuild deleted file mode 100644 index 17356d1b6ad9..000000000000 --- a/net-www/mozilla/mozilla-0.8.1-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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/net-www/mozilla/mozilla-0.8.1-r2.ebuild,v 1.2 2001/05/08 19:27:40 achim Exp $ - -A=mozilla-source-${PV}.tar.gz -S=${WORKDIR}/mozilla -DESCRIPTION="" -SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla${PV}/src/${A}" -HOMEPAGE="http://www.mozilla.org" -PROVIDE="virtual/x11-web-browser" - -DEPEND=">=gnome-base/ORBit-0.5.7 - >=x11-libs/gtk+-1.2.9 - >=sys-libs/zlib-1.1.3 - >=media-libs/jpeg-6b - >=media-libs/libpng-1.0.9 - app-arch/zip - app-arch/unzip" - -src_compile() { - - try ./configure --prefix=/opt/mozilla --host=${CHOST} \ - --with-gtk --disable-tests --disable-debug - try make - try ./configure --prefix=/opt/mozilla --host=${CHOST} \ - --with-gtk --disable-tests --disable-debug - try make BUILD_MODULES=psm - try ./configure --prefix=/opt/mozilla --host=${CHOST} \ - --with-gtk --disable-tests --disable-debug \ - --with-extensions=default,irc - cd extensions/irc - try make -} - -src_install () { - - dodir /opt/mozilla/include/{private,obsolete} - cd dist/include - cp -f *.h ${D}/opt/mozilla/include - cp -f obsolete/*.h ${D}/opt/mozilla/include/obsolete - cp -f private/*.h ${D}/opt/mozilla/include/private - - export MOZILLA_OFFICIAL=1 - export BUILD_OFFICIAL=1 - cd ${S}/xpinstall/packager - try make - dodir /opt - tar xzf ${S}/dist/mozilla-i686-pc-linux-gnu.tar.gz -C ${D}/opt - mv ${D}/opt/package ${D}/opt/mozilla - - exeinto /usr/bin - doexe ${FILESDIR}/mozilla - insinto /etc/env.d - doins ${FILESDIR}/10mozilla - dodoc LEGAL LICENSE README/mozilla/README* - - -} - |