S=${WORKDIR}/${P} DESCRIPTION="eBay auction watcher and snipe agent" SRC_URI="http://prdownloads.sourceforge.net/bidwatcher/${P}.tar.gz" HOMEPAGE="http://bidwatcher.sourceforge.net/" DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.0 >=dev-libs/glib-1.2.0" src_compile() { ./configure \ --build=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc quick_start.html README }