diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:54:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:54:33 +0000 |
commit | 886fe0657f7f7f276ef5bec7ab14516bd48eb5a3 (patch) | |
tree | 260c089fbffc865629c95cd2cd243933d16cac97 /net-www/amaya | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-886fe0657f7f7f276ef5bec7ab14516bd48eb5a3.tar.gz gentoo-2-886fe0657f7f7f276ef5bec7ab14516bd48eb5a3.tar.bz2 gentoo-2-886fe0657f7f7f276ef5bec7ab14516bd48eb5a3.zip |
*** empty log message ***
Diffstat (limited to 'net-www/amaya')
-rw-r--r-- | net-www/amaya/amaya-4.1.ebuild | 36 | ||||
-rw-r--r-- | net-www/amaya/files/digest-amaya-4.1 | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/net-www/amaya/amaya-4.1.ebuild b/net-www/amaya/amaya-4.1.ebuild new file mode 100644 index 000000000000..b37799ba68cb --- /dev/null +++ b/net-www/amaya/amaya-4.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-4.1.ebuild,v 1.1 2000/11/26 12:52:15 achim Exp $ + +#P= +A=${PN}-src-${PV}.tgz +S=${WORKDIR}/Amaya/LINUX-ELF +DESCRIPTION="The W3C Web-Browser" +SRC_URI="ftp://ftp.w3.org/pub/amaya/${PN}-src-${PV}.tgz" +HOMEPAGE="http://www.w3.org/Amaya/" + + +src_compile() { + + mkdir ${S} + cd ${S} + try ../configure --prefix=/usr/X11R6 --host=${CHOST} \ + --without-included-jpeg + try make + +} + +src_install () { + + cd ${S} + dodir /usr/X11R6 + try make prefix=${D}/usr/X11R6 install + rm ${D}/usr/X11R6/bin/amaya + rm ${D}/usr/X11R6/bin/print + dosym /usr/X11R6/Amaya/applis/bin/amaya /usr/X11R6/bin/amaya + dosym /usr/X11R6/Amaya/applis/bin/print /usr/X11R6/bin/print + dodoc README* + +} + diff --git a/net-www/amaya/files/digest-amaya-4.1 b/net-www/amaya/files/digest-amaya-4.1 new file mode 100644 index 000000000000..729e4bf11029 --- /dev/null +++ b/net-www/amaya/files/digest-amaya-4.1 @@ -0,0 +1 @@ +MD5 ccfa14d1796e6ee152e5b6a1777b5525 amaya-src-4.1.tgz |