# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://foo.bar.com/" SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} dev-python/pymedia" src_compile() { : } src_install() { python_version local dir="/usr/$(get_libdir)/python${PYVER}/site-packages" dodir ${dir} mv ${PN} "${D}"${dir}/ || die dohtml docs/* dodoc README.txt dobin bin/* || die }