Updated minipro

This commit is contained in:
layman
2021-01-12 10:16:23 +01:00
parent 5c6d423295
commit babb498c21
3 changed files with 20 additions and 3 deletions
+8 -2
View File
@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=6
inherit bash-completion-r1 git-r3 udev eutils
inherit eutils bash-completion-r1 git-r3 udev
DESCRIPTION="A free and open TL866XX programmer"
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
@@ -18,6 +18,12 @@ RDEPEND="virtual/libusb:1
virtual/pkgconfig"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${P}-infoic.patch" || die
default
}
src_compile() {
PREFIX=/usr emake || die
}