# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/bulliver/cvs/dir2ogg/dir2ogg.ebuild,v 1.2 2004/12/09 01:40:04 bulliver Exp $ DESCRIPTION="A Python script which converts mp3, m4a, and wav files to ogg format" HOMEPAGE="http://badcomputer.org/linux/dir2ogg/" SRC_URI="http://badcomputer.org/linux/dir2ogg/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-lang/python dev-python/pyid3lib media-sound/vorbis-tools media-sound/mpg123" S="${WORKDIR}" src_install() { cd ${PN} dobin dir2ogg doman dir2ogg.1 dodoc README LICENSE }