mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
virtualradar-bin: drop old
This commit is contained in:
parent
5b5dc6b40a
commit
8ae728d367
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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.${PV}.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
|
||||
}
|
||||
Loading…
Reference in a new issue