{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf270 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural \f0\fs24 \cf0 # Copyright 1999-2008 Gentoo Foundation\ # Distributed under the terms of the GNU General Public License v2\ # $Header: $\ \ DESCRIPTION="A reference open-source implementation of DLNA (Digital Living Network Alliance) standards."\ HOMEPAGE="http://libdlna.geexbox.org"\ SRC_URI="http://libdlna.geexbox.org/releases/$\{P\}.tar.bz2"\ \ LICENSE="GPL-2"\ SLOT="0"\ KEYWORDS="~x86 ~amd64"\ IUSE=""\ \ DEPEND="media-video/ffmpeg"\ RDEPEND=""\ \ src_compile() \{\ # I can't use econf\ # --host is not implemented in ./configure file\ ./configure \\\ --prefix=/usr \\\ || die "./configure failed"\ emake || die "emake failed."\ \}\ \ src_install() \{\ emake DESTDIR="$\{D\}" install || die "emake install failed."\ dodoc README FAQ CHANGELOG\ \}\ }