inherit eutils DESCRIPTION="Command line image-to-sound program." HOMEPAGE="http://134.74.16.64/wwwa/web/hardware/soundmural/" SRC_URI="http://134.74.16.64/wwwa/web/hardware/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="media-libs/libsndfile media-libs/netpbm" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/soundmural-netpbm-include.patch" } src_compile() { emake || die } src_install() { # there is no installation script, we need to do this # all by hand. :( exeinto /usr/bin doexe soundmural dodoc README COPYING } pkg_postinst() { elog "There is no man page for this package, despite the program" elog "referring to one. Please see the README file, or the soundmural" elog "website for help on using this program." elog "" elog "Website: ${HOMEPAGE}" }