# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Tools to merge different streams into Ogg files" HOMEPAGE="http://www.bunkus.org/videotools/ogmtools" SRC_URI="http://www.bunkus.org/videotools/ogmtools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=media-libs/libvorbis-1.0" S="${WORKDIR}/${P}" src_compile() { ./autogen.sh \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc README TODO ChangeLog }