diff options
-rw-r--r-- | app-arch/rpm/rpm-3.0.6-r1.ebuild | 59 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-6.50-r2.ebuild | 91 | ||||
-rw-r--r-- | dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-util/cvs/cvs-1.11-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-util/guile/guile-1.4-r3.ebuild | 41 | ||||
-rw-r--r-- | gnome-apps/nautilus/nautilus-0.8.2.ebuild | 45 | ||||
-rw-r--r-- | gnome-base/gnome-core/gnome-core-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-0.8.2.ebuild | 45 | ||||
-rw-r--r-- | gnome-extra/medusa/medusa-0.3.2.ebuild | 38 | ||||
-rw-r--r-- | gnome-libs/ammonite/ammonite-0.8.6.ebuild | 39 | ||||
-rw-r--r-- | gnome-libs/medusa/medusa-0.3.2.ebuild | 38 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-0.37.3-r1.ebuild | 60 |
12 files changed, 524 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-3.0.6-r1.ebuild b/app-arch/rpm/rpm-3.0.6-r1.ebuild new file mode 100644 index 000000000000..822ecbb01aee --- /dev/null +++ b/app-arch/rpm/rpm-3.0.6-r1.ebuild @@ -0,0 +1,59 @@ +# 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/app-arch/rpm/rpm-3.0.6-r1.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A="${P}.tar.gz" +S=${WORKDIR}/${P} +DESCRIPTION="Red Hat Package Management Utils" +SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${A}" +HOMEPAGE="http://www.rpm.org/" + +DEPEND="nls? ( sys-devel/gettext ) + sys-libs/db + >=sys-libs/zlib-1.1.3 + >=sys-apps/bzip2-1.0.1" + +REPEND=">=sys-libs/zlib-1.1.3 + sys-libs/db + sys-devel/perl" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-popt-popt.c-gentoo.diff + # Suppress pointer warnings + cp configure configure.orig + sed -e "s:-Wpointer-arith::" configure.orig > configure + +} + +src_compile() { + + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --prefix=/usr --mandir=/usr/share/man ${myconf} + try make +} + +src_install() { + + try make DESTDIR=${D} install + mv ${D}/bin/rpm ${D}/usr/bin + rm -rf ${D}/bin + + dodoc CHANGES COPYING CREDITS GROUPS README* RPM* TODO +} + +pkg_postinst() { + + ${ROOT}/usr/bin/rpm --initdb --root=${ROOT} + +} + + + diff --git a/app-text/ghostscript/ghostscript-6.50-r2.ebuild b/app-text/ghostscript/ghostscript-6.50-r2.ebuild new file mode 100644 index 000000000000..334bf2aba2bc --- /dev/null +++ b/app-text/ghostscript/ghostscript-6.50-r2.ebuild @@ -0,0 +1,91 @@ +# 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/app-text/ghostscript/ghostscript-6.50-r2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +GPV="4.1.1" +A="${P}.tar.gz ghostscript-fonts-std-6.0.tar.gz print-${GPV}.tar.gz" +A1=jpegsrc.v6b.tar.gz +A2=zlib-1.1.3.tar.gz +A3=libpng-1.0.9.tar.gz + +S=${WORKDIR}/gs${PV} +DESCRIPTION="Aladin Ghostscript" +SRC_URI="http://download.sourceforge.net/ghostscript/${P}.tar.gz + http://download.sourceforge.net/gs-fonts/ghostscript-fonts-std-6.0.tar.gz + http://download.sourceforge.net/gimp-print/print-${GPV}.tar.gz" + +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/libpng-1.0.7 + >=x11-base/xfree-4.0.1" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-time_.h-gentoo.diff + #touch src/gdevstp-print.h + mkdir zlib + cd zlib + unpack ${A2} + cd .. + mkdir jpeg + cd jpeg + unpack ${A1} + cd .. + mkdir libpng + cd libpng + unpack ${A3} + cd ../src + cp ${O}/files/all-arch.mak all-arch.mak + cd ${WORKDIR}/print-${GPV}/Ghost + cp *.c *.h ${S}/src + cat contrib.mak.addon >> ${S}/src/contrib.mak + cd ${S}/src + cp unix-gcc.mak unix-gcc.mak.orig + sed -e "s:^DEVICE_DEVS6=:DEVICE_DEVS6=\$\(DD\)stp\.dev :" \ + unix-gcc.mak.orig > unix-gcc.mak +} + +src_compile() { + + cd ${S}/src + cp all-arch.mak all-arch.mak.orig + sed -e "s:^SRCDIR.*:SRCDIR = ${S}:" all-arch.mak.orig > all-arch.mak + cp unix-gcc.mak unix-gcc.mak.orig + sed -e "s:-O2:${CFLAGS}:" \ + unix-gcc.mak.orig > unix-gcc.mak + cd .. + try make -f src/all-arch.mak linux prefix=/usr + cd ${WORKDIR}/print-${GPV}/Ghost + try make + +} + +src_install() { + + dodir /usr/share/man/man1 + dobin bin/gs + try make -f src/all-arch.mak prefix=${D}/usr BINDIR=${D}/usr/bin man1dir=${D}/usr/share/man/man1 install + cd ${WORKDIR} + cp -a fonts ${D}/usr/share/ghostscript + cd ${S} + + dodir /usr/share/doc/${PF} + rm -rf ${D}/usr/share/ghostscript/${PV}/doc + dodoc doc/README doc/PUBLIC + docinto html + dodoc doc/*.html doc/*.htm + insinto /usr/share/emacs/site-lisp + doins doc/gsdoc.el + + cd ${WORKDIR}/print-${GPV}/Ghost + dobin escputil + docinto stp + dodoc README* COPYING ChangeLog + +} + + + + diff --git a/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild b/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild new file mode 100644 index 000000000000..1fbc2c75dad2 --- /dev/null +++ b/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild @@ -0,0 +1,38 @@ +# 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/dev-libs/rep-gtk/rep-gtk-0.15-r1.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="GTK/GDK bindings for the librep Lisp environment" +SRC_URI="ftp://rep-gtk.sourceforge.net/pub/rep-gtk/"${A} +HOMEPAGE="http://rep-gtk.sourceforge.net/" + +DEPEND=">=x11-libs/gtk+-1.2.9 + >=dev-libs/librep-0.13.4 + gnome? ( >=gnome-base/libglade-0.16 + >=gnome-base/gdk-pixbuf-0.9.0-r1 )" +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + if [ -n "`use gnome`" ] + then + try ./configure --host=${CHOST} --with-gnome --with-libglade + else + try ./configure --host=${CHOST} --without-gnome --without-libglade \ + --without-gdk-pixbuf --without-gnome-canvas-pixbuf + fi + try make +} + +src_install() { + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS BUGS COPYING ChangeLog README* TODO + docinto examples + dodoc examples/* +} diff --git a/dev-util/cvs/cvs-1.11-r1.ebuild b/dev-util/cvs/cvs-1.11-r1.ebuild new file mode 100644 index 000000000000..10e749117e8e --- /dev/null +++ b/dev-util/cvs/cvs-1.11-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11-r1.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Concurrent Versions System - source code revision control tools" +SRC_URI="ftp://ftp.cvshome.org/pub/${P}/${P}.tar.gz" +HOMEPAGE="http://www.cvshome.org/" +DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/ncurses-5.1" + +src_compile() { + try ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info + try make +} + +src_install() { + into /usr + try make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info install + dodoc BUGS COPYING* ChangeLog* DEVEL* FAQ HACKING + dodoc MINOR* NEWS PROJECTS README* TESTS TODO + mv ${D}/usr/lib/cvs/contrib ${D}/usr/doc/${P}/contrib + insinto /usr/share/emacs/site-lisp + doins cvs-format.el +} + + + diff --git a/dev-util/guile/guile-1.4-r3.ebuild b/dev-util/guile/guile-1.4-r3.ebuild new file mode 100644 index 000000000000..a52984f319d7 --- /dev/null +++ b/dev-util/guile/guile-1.4-r3.ebuild @@ -0,0 +1,41 @@ +# 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/dev-util/guile/guile-1.4-r3.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +P=guile-1.4 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Guile is an interpreter for Scheme" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/guile/${A} + ftp://prep.ai.mit.edu/gnu/guile/${A}" +HOMEPAGE="http://www.gnu.org/software/guile/" + +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.1 + >=sys-libs/readline-4.1" + + +src_unpack() { + + unpack ${A} + cd ${S} + cp ${FILESDIR}/net_db.c libguile/ + +} + +src_compile() { + cd ${S} + try ./configure --host=${CHOST} --prefix=/usr --infodir=/usr/share/info --with-threads --with-modules + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/usr infodir=${D}/usr/share/info install + dodoc AUTHORS COPYING ChangeLog GUILE-VERSION HACKING NEWS README SNAPSHOTS THANKS +} + + + + diff --git a/gnome-apps/nautilus/nautilus-0.8.2.ebuild b/gnome-apps/nautilus/nautilus-0.8.2.ebuild new file mode 100644 index 000000000000..0e1a242bfabc --- /dev/null +++ b/gnome-apps/nautilus/nautilus-0.8.2.ebuild @@ -0,0 +1,45 @@ +# 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-apps/nautilus/nautilus-0.8.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="nautlilus" +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="nls? ( sys-devel/gettext ) + >=media-libs/freetype-2.0 + >=sys-libs/pam-0.73 + >=gnome-base/bonobo-0.37 + >=gnome-base/libghttp-1.0.9 + >=gnome-base/scrollkeeper-0.1.2 + >=gnome-libs/medusa-0.3.2 + >=gnome-libs/ammonite-0.8.6" + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome --infodir=/opt/gnome/share/info \ + --mandir=/opt/gnome/share/man --enable-eazel-services=1 ${myconf} + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ + mandir=${D}/opt/gnome/share/man infodir=${D}/opt/gnome/share/info install + dodoc AUTHORS COPYING* ChangeLog* NEWS TODO +} + + + + + diff --git a/gnome-base/gnome-core/gnome-core-1.3.1.ebuild b/gnome-base/gnome-core/gnome-core-1.3.1.ebuild index 06d05df82704..45f431643a32 100644 --- a/gnome-base/gnome-core/gnome-core-1.3.1.ebuild +++ b/gnome-base/gnome-core/gnome-core-1.3.1.ebuild @@ -1,7 +1,7 @@ # 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-base/gnome-core/gnome-core-1.3.1.ebuild,v 1.1 2001/03/06 05:21:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core/gnome-core-1.3.1.ebuild,v 1.2 2001/03/06 06:05:34 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -31,7 +31,6 @@ src_compile() { if [ "`use gtkhtml`" ] then myconf="${myconf} --enable-gtkhtml-help" - myldflags="LDFLAGS=\"-L/opt/gnome/lib -lunicode -lgal\"" fi if [ "`use kde`" ] then diff --git a/gnome-base/nautilus/nautilus-0.8.2.ebuild b/gnome-base/nautilus/nautilus-0.8.2.ebuild new file mode 100644 index 000000000000..60e66cedf62e --- /dev/null +++ b/gnome-base/nautilus/nautilus-0.8.2.ebuild @@ -0,0 +1,45 @@ +# 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-base/nautilus/nautilus-0.8.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="nautlilus" +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="nls? ( sys-devel/gettext ) + >=media-libs/freetype-2.0 + >=sys-libs/pam-0.73 + >=gnome-base/bonobo-0.37 + >=gnome-base/libghttp-1.0.9 + >=gnome-base/scrollkeeper-0.1.2 + >=gnome-libs/medusa-0.3.2 + >=gnome-libs/ammonite-0.8.6" + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome --infodir=/opt/gnome/share/info \ + --mandir=/opt/gnome/share/man --enable-eazel-services=1 ${myconf} + try make +} + +src_install() { + cd ${S} + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ + mandir=${D}/opt/gnome/share/man infodir=${D}/opt/gnome/share/info install + dodoc AUTHORS COPYING* ChangeLog* NEWS TODO +} + + + + + diff --git a/gnome-extra/medusa/medusa-0.3.2.ebuild b/gnome-extra/medusa/medusa-0.3.2.ebuild new file mode 100644 index 000000000000..66b5a8ab75ad --- /dev/null +++ b/gnome-extra/medusa/medusa-0.3.2.ebuild @@ -0,0 +1,38 @@ +# 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.3.2.ebuild,v 1.1 2001/03/06 06:05:34 achim 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-0.6.2 + >=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 + +} + + + + + + + diff --git a/gnome-libs/ammonite/ammonite-0.8.6.ebuild b/gnome-libs/ammonite/ammonite-0.8.6.ebuild new file mode 100644 index 000000000000..a6a404a5d69d --- /dev/null +++ b/gnome-libs/ammonite/ammonite-0.8.6.ebuild @@ -0,0 +1,39 @@ +# 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-libs/ammonite/ammonite-0.8.6.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="ammonite" +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="nls? ( sys-devel/gettext ) + >=gnome-base/gnome-libs-1.2.12 + >=gnome-base/gconf-0.50 + >=dev-libs/openssl-0.9.6" + +src_compile() { + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} + try make +} + +src_install() { + + try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install + dodoc ABOUT-NLS AUTHORS COPYING* HACKING README NEWS + dodoc TODO doc/*.txt + +} + + + + diff --git a/gnome-libs/medusa/medusa-0.3.2.ebuild b/gnome-libs/medusa/medusa-0.3.2.ebuild new file mode 100644 index 000000000000..af51137dc385 --- /dev/null +++ b/gnome-libs/medusa/medusa-0.3.2.ebuild @@ -0,0 +1,38 @@ +# 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-libs/medusa/medusa-0.3.2.ebuild,v 1.1 2001/03/06 06:05:34 achim 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-0.6.2 + >=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 + +} + + + + + + + diff --git a/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild b/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild new file mode 100644 index 000000000000..81c4bdbce26a --- /dev/null +++ b/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.37.3-r1.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Extensible window manager using a Lisp-based scripting language" +SRC_URI="ftp://sawmill.sourceforge.net/pub/sawmill/"${A} +HOMEPAGE="http://sawmill.sourceforge.net/" +DEPEND=">=dev-libs/rep-gtk-0.15-r1 + esd? ( >=media-sound/esound-0.2.22 ) + readline? ( >=sys-libs/readline-4.1 ) + nls? ( sys-devel/gettext ) + >=media-libs/audiofile-0.2.1 + >=media-libs/imlib-1.9.9 + gnome? ( >=gnome-base/gnome-core-1.3.1 + >=gnome-base/libglade-0.15-r1 )" + +src_compile() { + + local myconf + if [ "`use esd`" ] + then + myconf="--with-esd" + else + myconf="--without-esd" + fi + if [ "`use gnome`" ] + then + myconf="${myconf} --with-gnome-prefix=/opt/gnome --enable-gnome-widgets --enable-capplet" + else + myconf="${myconf} --disable-gnome-widgets --disable-capplet" + fi + if [ "`use readline`" ] + then + myconf="${myconf} --with-readline" + else + myconf="${myconf} --without-readline" + fi + if [ -z "`use nls`" ] + then + myconf="${myconf} --disable-linguas" + fi + + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/X11R6/share/info --libexecdir=/usr/X11R6/lib --with-audiofile ${myconf} + + #pmake doesn't work, stick with make + try make +} + +src_install() { + + try make DESTDIR=${D} install + dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO + +} + + + |