blob: 4b86e41c194c5d3ac605522c162eb9d12c15fff4 (
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-2007 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.3 2007/04/26 23:59:52 beandog 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="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
>=media-sound/slimserver-${SLIMSERVER_VERSION}
virtual/jre
"
src_install() {
dobin ${FILESDIR}/softsqueeze
}
|