MySmartUSB-MK3-Interface

MySmartUSB MK3 Interface
git clone git://xatko.vsos.ethz.ch/MySmartUSB-MK3-Interface.git
Log | Files | Refs

commit 927acb1089e7f7f33acca84dbba714d8a1fa3d32
parent 80f8c5abf4e7a9f4700f90a78157d28b63746a43
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 15 Dec 2012 18:30:31 +0100

Gentoo Ebuild added

Diffstat:
dist/gentoo/Manifest | 1+
dist/gentoo/msif-9999.ebuild | 26++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dist/gentoo/Manifest b/dist/gentoo/Manifest @@ -0,0 +1 @@ +EBUILD msif-9999.ebuild 458 SHA256 406eb0009e6155f3276aeb40b5714b1ad3eb5304d9d5a4b004c8db5e11ce121f SHA512 15465b8ef65700360a35daf261f7f6cb590e56fcfdbdbbdedad2407d829ee915afc75a9c44b8510a945f50034c70d93f2997141f9984dd9c71423a7daae43c92 WHIRLPOOL 4e8a65ae81f515d417cbebd90434e29a29bb11bf84c8a21ce21b0303d281ea839744d27d0c9c70ef8c9b7cd90063f1ce5febeecfd6bc0f873ef6313cfcd84de5 diff --git a/dist/gentoo/msif-9999.ebuild b/dist/gentoo/msif-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +EGIT_REPO_URI=git://github.com/Doeme/MySmartUSB-MK3-Interface.git +inherit git-2 +DESCRIPTION="An Interface for the MySmartUSB MK3 AVR Programmer" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="sys-devel/gcc + sys-devel/automake" +RDEPEND="${DEPEND}" + +src_configure(){ + econf +} +src_compile(){ + emake +}