# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An MPEG2-PS editor that cuts at GOP boundaries" HOMEPAGE="http://outflux.net/software/pkgs/GOPchop/" SRC_URI="mirror://sourceforge/gopchop/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-1.2 media-libs/libmpeg2" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { einstall || die dodoc README }