# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server" HOMEPAGE="http://ushare.geexbox.org/" SRC_URI="http://ushare.geexbox.org/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="net-libs/libupnp" src_compile() { econf $(use_enable nls) || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" newconfd "${FILESDIR}"/ushare.conf.d ushare newinitd "${FILESDIR}"/ushare.init.d ushare dodoc NEWS README TODO THANKS AUTHORS } pkg_postinst() { einfo "Please edit /etc/conf.d/ushare to set the shared directories" }