# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/softsqueeze/softsqueeze-2.0.ebuild,v 1.2 2006/11/16 13:11:15 twp Exp $ inherit eutils SLIMSERVER_VERSION="6.5" DESCRIPTION="A music player that works with the SlimServer software" HOMEPAGE="http://softsqueeze.sourceforge.net/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=" >=media-sound/slimserver-${SLIMSERVER_VERSION} virtual/jre " src_install() { dobin ${FILESDIR}/softsqueeze }