summaryrefslogtreecommitdiff
blob: a01ae06447215618c933e9a5e15e30799fa16acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 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.3 2008/12/24 10:19:06 bluebird 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="~amd64 ~sparc ~x86"
SLOT="0"
IUSE=""
DEPEND=">=dev-libs/glib-2"

src_install() {
	make DESTDIR=${D} install || die "make install failed"
	dodoc AUTHORS ChangeLog README
}