diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-24 14:14:23 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-24 14:14:23 +0000 |
commit | bba4e0bbad8f6c952a839949848dbb27b41ce14b (patch) | |
tree | ee27aa381615a48b46a59dce1c1d172504c64f28 | |
parent | Del duplicate (diff) | |
download | portage-bba4e0bbad8f6c952a839949848dbb27b41ce14b.tar.xz |
Add www-client/amaya-9.2.1
-rw-r--r-- | gentoofr/www-client/amaya/Manifest | 2 | ||||
-rw-r--r-- | gentoofr/www-client/amaya/amaya-9.2.1.ebuild | 54 | ||||
-rw-r--r-- | gentoofr/www-client/amaya/files/digest-amaya-9.2.1 | 1 |
3 files changed, 57 insertions, 0 deletions
diff --git a/gentoofr/www-client/amaya/Manifest b/gentoofr/www-client/amaya/Manifest new file mode 100644 index 00000000..58b3355c --- /dev/null +++ b/gentoofr/www-client/amaya/Manifest @@ -0,0 +1,2 @@ +MD5 c8fb77cb976545dfefdb812c0d52500d amaya-9.2.1.ebuild 1131 +MD5 e508278e7fa6d3648f169666fcbc6585 files/digest-amaya-9.2.1 70 diff --git a/gentoofr/www-client/amaya/amaya-9.2.1.ebuild b/gentoofr/www-client/amaya/amaya-9.2.1.ebuild new file mode 100644 index 00000000..1aaa352a --- /dev/null +++ b/gentoofr/www-client/amaya/amaya-9.2.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/amaya/amaya-9.1.ebuild,v 1.3 2005/06/02 10:43:24 platinumviper Exp $ + +inherit libtool + +S=${WORKDIR}/Amaya/LINUX-ELF + +DESCRIPTION="The W3C Web-Editor/Browser" +SRC_URI="http://www.w3.org/Amaya/Distribution/${PN}-fullsrc-${PV}.tgz" +HOMEPAGE="http://www.w3.org/Amaya/" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="gl debug" + +RDEPEND="!media-libs/raptor + virtual/opengl + virtual/x11 + media-libs/imlib + >=x11-libs/gtk+-2.0 + gl? ( >=media-libs/freetype-2 )" + +DEPEND="dev-lang/perl + dev-libs/openssl + ${RDEPEND}" + +RESTRICT="nomirror" + +src_compile() { + local myconf="" + mkdir ${S} + cd ${S} + if use gl ;then + myconf="${myconf} --with-gl --without-mesa" + else + myconf="${myconf} --without-gl --with-mesa" + fi + if use debug ;then + myconf="${myconf} --with-debug --with-wxdebug" + fi + myconf="${myconf} --with-wx --enable-bookmarks" + ../configure \ + ${myconf} \ + --prefix=/usr \ + --host=${CHOST} + make || die +} + +src_install () { + dodir /usr + make prefix=${D}/usr install || die +} diff --git a/gentoofr/www-client/amaya/files/digest-amaya-9.2.1 b/gentoofr/www-client/amaya/files/digest-amaya-9.2.1 new file mode 100644 index 00000000..b39c10e5 --- /dev/null +++ b/gentoofr/www-client/amaya/files/digest-amaya-9.2.1 @@ -0,0 +1 @@ +MD5 7941bbbae65619f16b41f431210b7e39 amaya-fullsrc-9.2.1.tgz 23112083 |