# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # likewhoa DESCRIPTION="PyJoin is a program to join multiple MPEG files into one MPEG file." HOMEPAGE="http://www.mynetcologne.de/~nc-mayha2" SRC_URI="http://www.mynetcologne.de/~nc-mayha2/pyjoin.py" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python" RDEPEND="${DEPEND}" src_unpack() { einfo "nothing to unpack." } src_compile() { einfo "nothing to compile." } src_install() { into /usr newbin ${DISTDIR}/${PN}.py pyjoin }