blob: 9fb258938b7c176a6853730edcba19f65721526c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
}
|