jal-0.4.60.ebuild 390 B

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