# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libsoftmpeg/libsoftmpeg-20051026.ebuild,v 1.1 2005/10/26 14:07:23 zzam Exp $ RESTRICT="nomirror" inherit eutils DESCRIPTION="Sound Library" HOMEPAGE="http://www.linuxtv.org/" SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="dev-libs/DirectFB media-libs/FusionSound" src_compile() { ./autogen.sh --prefix=/usr emake } src_install() { emake install DESTDIR=${D} }