# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 P_=${PN}_${PV} S=${WORKDIR}/${PN} DESCRIPTION="Software to upload firmware programs to Motorolla 68HC08 microcontroller familly" HOMEPAGE="http://sourceforge.net/projects/monitor-68hc08/" SRC_URI="/home/dhp/projets/self_tracking_webcam/backup/monitor-68HC08_1.02.tgz" #SRC_URI="mirror://sourceforge/monitor-68hc08/${P_}.tgz" #SRC_URI="mirror://sourceforge/monitor-68hc08/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/ncurses sys-libs/glibc" RDEPEND="" src_unpack() { ewarn "Sorry for the 404, no clue how to use SF mirors that dont dup Gentoo" ewarn "at last we got it" unpack ${A} } src_compile() { emake || die "emake failed" } src_install() { # dodir /usr/bin exeinto /usr/bin doexe ${T}/../work/${PN}/${PN} # doins ${T}/../work/${PN}/${PN} #insinto /usr/local/bin #doins ${T}/../work/monitor-68HC08/monitor-68HC08 || die "doins failed (data)" }