# Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="Video conversion and DVD authoring tools" HOMEPAGE="http://tovid.sourceforge.net/" IUSE="" DEPEND=">=x11-libs/wxGTK-2.4.2-r2 dev-python/wxpython media-video/tovid dev-lang/python" KEYWORDS="~x86 ~amd64" LICENSE="GPL-2" RESTRICT="nomirror" SLOT="0" SRC_URI="mirror://sourceforge/tovid/${P}.tar.gz" src_compile() { econf || die emake } src_install() { make DESTDIR="${D}" install || die "Installation failed" dosym /usr/bin/tovidgui.py /usr/bin/tovidgui dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } pkg_postinst() { einfo "" einfo "List of suite components:" einfo " tovidgui.py: A graphical interface for converting video" einfo "" einfo "Please check out the tovid documentation on the web:" einfo " http://tovid.sourceforge.net/" einfo "" }