DESCRIPTION="Harzing's Publish or Perish v.2 - an academic citation retriever" KEYWORDS="x86 ~x86" LICENSE="Proprietary; free for personal non-profit use" HOMEPAGE="http://www.harzing.com/resources.htm#/pop.htm" SRC_URI="http://www.harzing.com/download/pop-linux.tgz" DEPEND="=net-misc/curl-7* =x11-libs/gtk+-2*" src_compile() { elog "No compile needed" } src_test() { elog "No test needed" } pkg_config() { elog "No config needed" } src_install() { insinto /usr/bin doins $WORKDIR/pop2 elog "Currently, there comes no manpages or html documentation with this package. For an online documentation see $HOMEPAGE" }