# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby MY_P=${PN}_${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Flash video meta-data manipulation tool" HOMEPAGE="http://www.inlet-media.de/flvtool2" SRC_URI="http://rubyforge.org/frs/download.php/9225/${MY_P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { local sitelibdir=`ruby -r rbconfig -e 'print Config::CONFIG["sitelibdir"]'` ruby setup.rb config --prefix="${D}/usr" --siterubyver="${D}/${sitelibdir}" || die ruby setup.rb install || die dodoc CHANGELOG README }