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/empty/empty-0.6.20b.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app-misc/empty/empty-0.6.20b.ebuild (limited to 'app-misc/empty/empty-0.6.20b.ebuild') diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild new file mode 100644 index 000000000000..529bce144e10 --- /dev/null +++ b/app-misc/empty/empty-0.6.20b.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils toolchain-funcs + +DESCRIPTION="Small shell utility, similar to expect(1)" +HOMEPAGE="http://empty.sourceforge.net" +SRC_URI="mirror://sourceforge/empty/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="" +RDEPEND="virtual/logger" + +src_prepare() { + eapply "${FILESDIR}/${PN}-respect-LDFLAGS.patch" + eapply_user +} + +src_compile() { + emake CC=$(tc-getCC) +} + +src_install() { + dobin empty + doman empty.1 + dodoc README + dodoc -r examples +} -- cgit v1.2.3