# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A upnp media server designed for streaming music to the Xbox 360. It is capable of transcoding many non supported formats including AAC,Ogg and Flac as well as the formats the 360 already supports (MP3 and WMA). Also capable of reading iTunes XML." HOMEPAGE="http://sourceforge.net/projects/x360mediaserve/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" # Not sure if these can be optional - the README simply says to install them, # not whether they're requisites or not. DEPEND="media-sound/sox media-libs/flac media-libs/faad2 media-sound/lame" src_install() { # Java application, so I figure installing it here is kosher, yes? mkdir -p ${D}/usr/${PN} cp -t ${D}/usr/${PN} -r * }