# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg # /space/gentoo/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-0.6.8-r2.ebuild,v 1.2 2002/05/23 06:50:10 seemant Exp S=${WORKDIR}/${P} DESCRIPTION="GTK+ bindings for Python" SRC_URI="ftp://ftp.gtk.org/pub/gtk/python/${P}.tar.gz" HOMEPAGE="http://www.daa.com.au/~james/pygtk/" DEPEND="virtual/python >=gnome-base/libglade-0.17-r1 >=media-libs/imlib-1.8 >=media-libs/gdk-pixbuf-0.9.0 =x11-libs/gtk+-1.2.8" SLOT="1.2" src_compile() { ./configure --infodir=/usr/share/info \ --mandir=/usr/share/man \ --prefix=/usr \ --with-libglade-config=/usr/bin/libglade-config \ --host=${CHOST} || die emake || die } src_install () { make prefix=${D}/usr install || die # make DESTDIR=${D} install || die }