diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-22 20:19:25 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-22 20:19:25 +0000 |
commit | 886771951b64c94149cd538334358d3c6d2585f2 (patch) | |
tree | 229eed5db33aacfa238ee1025bc4d6289d024898 /media-gfx/eog | |
parent | update (diff) | |
download | gentoo-2-886771951b64c94149cd538334358d3c6d2585f2.tar.gz gentoo-2-886771951b64c94149cd538334358d3c6d2585f2.tar.bz2 gentoo-2-886771951b64c94149cd538334358d3c6d2585f2.zip |
fixes
Diffstat (limited to 'media-gfx/eog')
-rw-r--r-- | media-gfx/eog/eog-0.6-r1.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/media-gfx/eog/eog-0.6-r1.ebuild b/media-gfx/eog/eog-0.6-r1.ebuild index 5e989d941a68..06a86a525417 100644 --- a/media-gfx/eog/eog-0.6-r1.ebuild +++ b/media-gfx/eog/eog-0.6-r1.ebuild @@ -1,12 +1,10 @@ # 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/media-gfx/eog/eog-0.6-r1.ebuild,v 1.3 2001/10/22 10:01:55 hallski Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Eye of GNOME" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/"${A} +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/eog/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" RDEPEND="virtual/glibc @@ -18,7 +16,9 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) >=dev-util/intltool-0.11" + src_compile() { + local myconf if [ -z "`use nls`" ] ; then @@ -28,12 +28,13 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ - $myconf || die + ${myconf} || die emake || die } src_install() { + make DESTDIR=${D} \ GCONG_CONFIG_SOURCE=xml=${D}/etc/gconf/gconf.xml.defaults \ install || die @@ -42,9 +43,3 @@ src_install() { TODO MAINTAINERS } - - - - - - |