# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-0.9.1.ebuild,v 1.11 2004/06/24 23:26:07 agriffis Exp $ DESCRIPTION="high performance/quality MPEG-4 video de-/encoding solution" HOMEPAGE="http://www.xvid.org/" SRC_URI="http://files.xvid.org/downloads/${PN}core-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" DEPEND="virtual/glibc x86? ( >=dev-lang/nasm-0.98.30 )" S="${WORKDIR}/${PN}core-${PV}/build/generic" src_install() { dodir /usr/{include,lib} einstall || die cd ${S}/../../ dodoc authors.txt changelog.txt LICENSE README.txt todo.txt if use doc then dodoc CodingStyle doc/README doc/xvid-decoding.txt doc/xvid-encoder.txt dodoc doc/xvid-api-ref.pdf dohtml -r doc/xvid-api-ref insinto /usr/share/doc/${PF}/examples doins examples/* # Empty for this release ... #insinto /usr/share/doc/${PF}/examples/ex1 #doins examples/ex1/* fi }