Small tool to programm the AT89C51,52,1051,2051,4051 Flash-uC from ATMEL with the ELV FP51 Flash Programmer.
Created attachment 83654 [details] The ebuild to flip51-0.3.2.tar.bz2 Please give your opinion, it's my first ebuild and also the first time I used autoconf and automake... Would be nice to get a few improvements...
Comment on attachment 83654 [details] The ebuild to flip51-0.3.2.tar.bz2 ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-electronics/systemc/systemc-2.0.1-r1.ebuild,v 1.1 2005/10/01 14:54:29 ribosome Exp $ > >inherit eutils > >DESCRIPTION="This tool uses the FP51 from ELV to program 89C51,52,1051,2051,4051 uC from ATMEL" >LICENSE="GPL-2" >HOMEPAGE="http://www.chaintronics.de/?oss http://www.tscherwitschke.de" >SRC_URI="http://www.chaintronics.de/software/${P}.tar.bz2" > >SLOT="0" >IUSE="" >KEYWORDS="~x86" > >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > econf || die "econf failed" ># ./configure \ ># --host=${CHOST} \ ># --prefix=/usr/local/ || die "./configure failed" > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > einfo "If you want to use this tool as a normal user, don't forget to" > einfo " chmod +s /usr/bin/flip51" > einfo "And sorry for not providing man pages, but will coming soon..." >}
Created attachment 84507 [details] flip51-0.3.2.ebuild Corrects the URL of the Homepage
Upstream appears to have disappeared.