# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp DESCRIPTION="nogger - a bloat-free Ogg Vorbis player using GTK 2" DEPEND=">=media-libs/libvorbis-1.0 >=x11-libs/gtk+-2.0" HOMEPAGE="http://freshmeat.net/projects/nogger/?topic_id=122" LICENSE="GPL-2" S=${WORKDIR}/${P} SRC_URI="http://freshmeat.net/redir/${PN}/33440/url_tgz/${P}.tar.gz" DOCS="README INSTALL Changelog" src_compile(){ emake || die "make failed" } src_install(){ dobin nogger dodoc README TODO COPYING }