Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128432 - ELV Flash Programmer FP51 Software
Summary: ELV Flash Programmer FP51 Software
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.chaintronics.de/software/f...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-04-01 13:15 UTC by Daniel Glaser
Modified: 2016-03-24 15:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild to flip51-0.3.2.tar.bz2 (flip51-0.3.2.ebuild,1012 bytes, text/plain)
2006-04-01 13:17 UTC, Daniel Glaser
Details
flip51-0.3.2.ebuild (flip51-0.3.2.ebuild,1013 bytes, text/plain)
2006-04-12 07:49 UTC, Daniel Glaser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Glaser 2006-04-01 13:15:04 UTC
Small tool to programm the AT89C51,52,1051,2051,4051 Flash-uC from ATMEL with the ELV FP51 Flash Programmer.
Comment 1 Daniel Glaser 2006-04-01 13:17:25 UTC
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 2 Daniel Glaser 2006-04-12 07:36:31 UTC
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..."
>}
Comment 3 Daniel Glaser 2006-04-12 07:49:11 UTC
Created attachment 84507 [details]
flip51-0.3.2.ebuild

Corrects the URL of the Homepage
Comment 4 Michael Palimaka (kensington) gentoo-dev 2016-03-24 15:09:18 UTC
Upstream appears to have disappeared.