You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
651 B
28 lines
651 B
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit gkrellm-plugin toolchain-funcs
|
|
|
|
DESCRIPTION="A GKrellM2 plugin to control a fli4l router"
|
|
SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2"
|
|
HOMEPAGE="http://gkrellm-imonc.sourceforge.net/"
|
|
|
|
# The COPYING file contains the GPLv2, but the file headers say GPLv2+.
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="app-admin/gkrellm:2[X]"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
S="${WORKDIR}/${PN}-src-${PV}"
|
|
|
|
PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
|
|
|
|
src_compile() {
|
|
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
|
|
}
|