# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 DESCRIPTION="8051 assembeler editor, compiler etc." HOMEPAGE="http://sourceforge.net/projects/mcu8051ide" SRC_URI="http://www.moravia-microsystems.com/download/mcu8051ide/mcu8051ide/1.4.10/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" inherit cmake-utils DEPEND=" >=dev-tcltk/bwidget-1.8.0 =dev-tcltk/itcl-3.4* =dev-lang/tcl-8.5*:0 >=dev-tcltk/tclx-8.4 >=dev-tcltk/tcllib-1.6.1 >=dev-tcltk/tkimg-1.3 =dev-lang/tk-8.5*:0 " pkg_postinst() { einfo einfo "Type mcu8051ide to run MCU 8051 IDE" einfo "You can report any problems or sugestions at http://sourceforge.net/projects/mcu8051ide" einfo }