diff options
author | Amy Winston <amynka@gentoo.org> | 2016-04-21 20:05:48 +0200 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-04-21 20:07:30 +0200 |
commit | f96d6a1f302012eb2b777c4cba93fb4e73ab8210 (patch) | |
tree | 8f5422e900908ffcfdf985943112c5b49fdff6f4 /sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild | |
parent | dev-lua/lpeg: add vim as a maintainer (diff) | |
download | gentoo-f96d6a1f302012eb2b777c4cba93fb4e73ab8210.tar.gz gentoo-f96d6a1f302012eb2b777c4cba93fb4e73ab8210.tar.bz2 gentoo-f96d6a1f302012eb2b777c4cba93fb4e73ab8210.zip |
sci-geosciences/mtkbabel: eapi bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild')
-rw-r--r-- | sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild new file mode 100644 index 000000000000..b0a23676bd5c --- /dev/null +++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger" +HOMEPAGE="http://sourceforge.net/projects/mtkbabel/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + dev-perl/Device-SerialPort + dev-perl/TimeDate +" + +S=${WORKDIR}/${PV} + +src_install() { + doman mtkbabel.1 + dobin mtkbabel + dodoc MtkExtensionsv1.xsd README changelog +} |