S=${WORKDIR}/${P} DESCRIPTION="Dockable applette for WindowMaker that shows temperature." HOMEPAGE="http://ds9a.nl/splitpipe" SRC_URI="http://ds9a.nl/splitpipe/${P}.tar.gz" DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64" src_compile() { emake CFLAGS="$CFLAGS" || die } src_install() { make \ DESTDIR=${D} \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die }