net-wireless/acarsdec - 3.4 (AlexandreFournier)

Search

Package Information

Description:
An open source Acars decoder with rtl_sdr frontend
Homepage:
https://github.com/TLeconte/acarsdec
License:
GPLv2

Ebuild Details

Version EAPI Keywords Slot
3.4 5 ~amd64 0
View Raw Ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="An open source Acars decoder with rtl_sdr frontend"
HOMEPAGE="https://github.com/TLeconte/acarsdec"
SRC_URI="https://github.com/TLeconte/${PN}/archive/${P}.tar.gz"

LICENSE="GPLv2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-db/sqlite:3"
RDEPEND="${DEPEND}"

src_compile() {
	make
	make acarsserv
}

src_install() {
	dobin acarsdec
	dobin acarsserv
}

Dependencies

DEPEND

dev-db/sqlite:3

RDEPEND

dev-db/sqlite:3

Manifest for 3.4

Type File Size Source URLs
DIST acarsdec-3.4.tar.gz 295569 bytes https://github.com/TLeconte/acarsdec/archive/acarsdec-3.4.tar.gz