media-radio/flnet - 7.5.0 (hamari)

Search

Package Information

Description:
Amateur Radio Net Control Program
Homepage:
http://w1hkj.com/Net-help/index.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
7.5.0 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Amateur Radio Net Control Program"
HOMEPAGE="http://w1hkj.com/Net-help/index.html"
#SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"
SRC_URI="https://github.com/w1hkj/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="
	x11-libs/fltk:=
	x11-libs/libX11:=
	x11-misc/xdg-utils
"

DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog INSTALL README )

src_prepare() {
	default

	# GitHub Tarball comes without build scripts.
	eautoreconf
}

Dependencies

DEPEND

	x11-libs/fltk:=
	x11-libs/libX11:=
	x11-misc/xdg-utils

	virtual/pkgconfig

RDEPEND

	x11-libs/fltk:=
	x11-libs/libX11:=
	x11-misc/xdg-utils

Manifest for 7.5.0

Type File Size Source URLs
DIST flnet-7.5.0.tar.gz 1934698 bytes https://github.com/w1hkj/flnet/archive/refs/tags/v7.5.0.tar.gz