# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" DEPEND="x11-libs/xosd media-sound/audacious" src_compile() { emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README }