From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-misc/nut/nut-20.1.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-misc/nut/nut-20.1.ebuild (limited to 'app-misc/nut/nut-20.1.ebuild') diff --git a/app-misc/nut/nut-20.1.ebuild b/app-misc/nut/nut-20.1.ebuild new file mode 100644 index 000000000000..3c028aa44a87 --- /dev/null +++ b/app-misc/nut/nut-20.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Record what you eat and analyze your nutrient levels" +HOMEPAGE="http://nut.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ppc x86" + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" \ + nut +} + +src_install() { + insinto /usr/share/nut + doins raw.data/* + + dobin nut + doman nut.1 +} -- cgit v1.2.3