# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="CLI script for uploading images to http://kirikoo.net (French)" HOMEPAGE="" SRC_URI="http://crok.r245.free.fr/kirikoo/kirikoo-upload" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DESTDIR="/usr/bin" DEPEND=">=dev-lang/python-3.0" RDEPEND="${DEPEND}" src_install() { dobin ${DISTDIR}/${PN} || die }