e14f72d8d82f7bd30da1cb91f6d901b33ef34a5c
[gentoo.git] / dev-embedded / jal / jal-0.4.60.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX microcontrollers"
5 HOMEPAGE="http://jal.sourceforge.net/"
6 SRC_URI="mirror://sourceforge/jal/${P}.tar.gz"
7 LICENSE="GPL-2"
8 KEYWORDS="x86"
9 SLOT="0"
10 IUSE=""
11 DEPEND=""
12
13 src_install() {
14         make DESTDIR=${D} install || die
15 }