blob: 9944ef30c3396a9024277b4150d2fcb8ae773d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
src_prepare() {
epatch "${FILESDIR}/Fix-install-strip.patch"
}
|