diff options
author | 2012-01-11 23:07:52 +0000 | |
---|---|---|
committer | 2012-01-11 23:07:52 +0000 | |
commit | 61a1c2266ba42a9ba2fcbd62983a4858cafee1d6 (patch) | |
tree | 194a55948803df373772700faf4b3d3729b10d46 /dev-embedded/gputils/gputils-0.14.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-61a1c2266ba42a9ba2fcbd62983a4858cafee1d6.tar.gz gentoo-2-61a1c2266ba42a9ba2fcbd62983a4858cafee1d6.tar.bz2 gentoo-2-61a1c2266ba42a9ba2fcbd62983a4858cafee1d6.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded/gputils/gputils-0.14.1.ebuild')
-rw-r--r-- | dev-embedded/gputils/gputils-0.14.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-embedded/gputils/gputils-0.14.1.ebuild b/dev-embedded/gputils/gputils-0.14.1.ebuild new file mode 100644 index 000000000000..8a094a22b099 --- /dev/null +++ b/dev-embedded/gputils/gputils-0.14.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-0.14.1.ebuild,v 1.1 2012/01/11 23:07:52 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +HOMEPAGE="http://gputils.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +src_install() { + default + dodoc doc/gputils.pdf +} |