A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="The finder mac applet for GNOME" SRC_URI="http://students.washington.edu/mpalczew/finder_applet/${A}" HOMEPAGE="http://students.washington.edu/mpalczew/finder_applet/" DEPEND=">=gnome-base/gnome-libs-1.2.0 >=gnome-base/gdk-pixbuf-0.9 >=x11-libs/gtk+-1.2.8 >=x11-base/xfree-4.0.2" src_unpack() { unpack ${A} } src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome try make } src_install() { cd ${S} try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog NEWS README* TODO }