# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils autotools DESCRIPTION="Convenient alternative to dd for writing images to SDCards" HOMEPAGE="https://github.com/fhunleth/mmccopy" SRC_URI="https://github.com/fhunleth/mmccopy/archive/v${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { eautoreconf }