diff options
author | Lars Hartmann (psychoschlumpf) <lars@chaotika.org> | 2009-05-17 17:49:15 +0000 |
---|---|---|
committer | Lars Hartmann (psychoschlumpf) <lars@chaotika.org> | 2009-05-17 17:49:15 +0000 |
commit | 18d9874d09752a2e995281bfe2020aa0039ad473 (patch) | |
tree | 762ee77bf9b22395f3e14da3428591b6e52c2452 /dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild | |
parent | games-arcade/snake: games-arcade/snake: added missing use dependency (diff) | |
download | sunrise-18d9874d09752a2e995281bfe2020aa0039ad473.tar.gz sunrise-18d9874d09752a2e995281bfe2020aa0039ad473.tar.bz2 sunrise-18d9874d09752a2e995281bfe2020aa0039ad473.zip |
dev-embedded/tinydownloader: dev-embedded/tinydownloader: New Ebuild for bug 148491
svn path=/sunrise/; revision=8564
Diffstat (limited to 'dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild')
-rw-r--r-- | dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild b/dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild new file mode 100644 index 000000000..a076c5094 --- /dev/null +++ b/dev-embedded/tinydownloader/tinydownloader-0.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="command line tool to download PIC code to Tiny Bootloader running +on 16Fxxx through a serial cable" +HOMEPAGE="http://tuomas.kulve.fi/projects/tinydownloader/" +SRC_URI="http://tuomas.kulve.fi/debian/pool/etch/${PN}/t/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS README TODO debian/changelog || die + doman tinydownloader.1 || die +} + |