From 6d944be55139460e3b91cf2567e66eb010916776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 12 Aug 2017 16:15:53 +0200 Subject: Add avr compiler --- .../opentx-companion-2.2.0-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild (limited to 'app-misc') diff --git a/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild b/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild new file mode 100644 index 0000000..b252bee --- /dev/null +++ b/app-misc/opentx-companion/opentx-companion-2.2.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="EEPROM Editor for OpenTX RC transmitter firmwares" +HOMEPAGE="http://www.open-tx.org/" +SRC_URI="https://github.com/opentx/opentx/archive/$PV.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} dev-util/cmake dev-cpp/xsd sys-devel/bc dev-lang/python avr-gcc" + +src_prepare() { + epatch "${FILESDIR}/Fix-install-strip.patch" +} -- cgit v1.2.3