# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libmimic/libmimic-1.0.4.ebuild,v 1.1 2006/05/21 20:09:36 genstef Exp $ DESCRIPTION="Video encoding/decoding library for the codec used by msn" HOMEPAGE="http://farsight.sourceforge.net" SRC_URI="mirror://sourceforge/farsight/${P}.tar.gz" LICENSE="LGPL-2" KEYWORDS="~x86" SLOT="0" IUSE="" DEPEND=">=dev-libs/glib-2" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog README }