# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Avi2Mpeg is a simple perl script to convert avi files to mpeg" HOMEPAGE="http://www.geekshop.be/rien/avi2mpeg/" SRC_URI="http://www.geekshop.be/rien/avi2mpeg/files/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/perl media-sound/sox media-video/mjpegtools media-video/mplayer" src_install() { newbin avi2mpeg.pl avi2mpeg }