added ebuild for sci-geosciences/garminplugin-0.3.27 and deleted old one which didn't build anymore
This commit is contained in:
parent
6bae9df63b
commit
d6576ba4a4
2 changed files with 8 additions and 9 deletions
39
sci-geosciences/garminplugin/garminplugin-0.3.27.ebuild
Normal file
39
sci-geosciences/garminplugin/garminplugin-0.3.27.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A free replacement for the Garmin browser plugin"
|
||||
HOMEPAGE="http://www.andreas-diesner.de/garminplugin/"
|
||||
|
||||
SRC_URI="http://github.com/adiesner/GarminPlugin/tarball/V${PV} -> ${P}.tar.gz"
|
||||
MY_S="adiesner-GarminPlugin-c610187"
|
||||
S="${WORKDIR}/${MY_S}/src"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RDEPEND="sci-geosciences/garmintools
|
||||
sci-geosciences/gpsbabel
|
||||
dev-libs/tinyxml[stl]
|
||||
virtual/libusb:0"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf || die "econf failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${D}/usr/lib/nsbrowser/plugins" || die "mkdir failed"
|
||||
cp "${S}/npGarminPlugin.so" "${D}/usr/lib/nsbrowser/plugins/" || die "cp failed"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue