diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
commit | b1560dad189ce2b107c03ce6afc20081a07c4979 (patch) | |
tree | 24751ccd78f3fa895d818efd6bd43947884c8497 /gnome-base/ORBit | |
parent | Added yet another game, it's a dirty job but someone has to do it :-) (diff) | |
download | gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.gz gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.bz2 gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.8.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.8.ebuild b/gnome-base/ORBit/ORBit-0.5.8.ebuild index f15f79469c42..4da449ab38f1 100644 --- a/gnome-base/ORBit/ORBit-0.5.8.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.8.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/ORBit/ORBit-0.5.8.ebuild,v 1.1 2001/05/17 00:10:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.8.ebuild,v 1.2 2001/06/04 03:33:03 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,25 +11,27 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" HOMEPAGE="http://www.labs.redhat.com/orbit/" -DEPEND="virtual/glibc +DEPEND="virtual/glibc nls? ( sys-devel/gettext ) >=sys-apps/tcp-wrappers-7.6 >=dev-libs/glib-1.2.8 >=gnome-base/gnome-env-1.0" -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc >=gnome-base/gnome-env-1.0 >=dev-libs/glib-1.2.8" src_compile() { - + if [ -z "`use nls`" ] ; then + myconf="--disable-nls" + fi try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome + --sysconfdir=/etc/opt/gnome $myconf try make } src_install() { try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \ - install + install dodoc AUTHORS COPYING* ChangeLog README NEWS TODO dodoc docs/*.txt docs/IDEA1 |