dev-embedded/gputils: x86 stable (bug #629936)
[gentoo.git] / dev-embedded / gputils / gputils-0.14.2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="4"
5
6 DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers"
7 HOMEPAGE="http://gputils.sourceforge.net/"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
13 IUSE=""
14
15 src_install() {
16         default
17         dodoc doc/gputils.pdf
18 }