IUSE="" S="${WORKDIR}/${P}" HOMEPAGE="http://clay.ll.pl/projects.html" DESCRIPTION="wmpiki is a dockapp that can show you who is online on your network, by IP address" SRC_URI="http://clay.ll.pl/download/${P}.tar.gz" SLOT="0" LICENSE="freedist" KEYWORDS="~x86" DEPEND="virtual/x11" RDEPEND="${DEPEND}" src_compile() { emake CFLAGS="${CFLAGS}" || die } src_install() { dobin wmpiki dodoc COPYING README AUTHORS ChangeLog config.example } pkg_postinst() { einfo "setup the config file in ~/.clay/wmpiki" }