# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Reverse engineerd VIA hardware mpeg decoder" HOMEPAGE="http://www.ivor.it/cle266" SRC_URI="http://www.ivor.it/cle266/${P}.tar.gz" SLOT="0" LICENSE="unknown" KEYWORDS="~x86" IUSE="" DEPEND="virtual/x11" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} } src_compile() { cd ${WORKDIR}/libddmpeg-1.5/ make || die "compile problem" } src_install() { mkdir -p ${D}/usr/X11R6/lib cp ${WORKDIR}/libddmpeg-1.5/libddmpeg.so ${D}/usr/X11R6/lib/libddmpeg.so }