mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
27 lines
584 B
Bash
27 lines
584 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="Open-source .NET application for ads-b mapping"
|
|
HOMEPAGE="http://www.virtualradarserver.co.uk/Default.aspx"
|
|
#SRC_URI="http://www.virtualradarserver.co.uk/Files/VirtualRadar.tar.gz"
|
|
SRC_URI="http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.gz"
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}
|
|
dev-lang/mono"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
insinto /opt/${PN}
|
|
doins *
|
|
dobin "${FILESDIR}"/virtualradar
|
|
}
|