commit: 33fe3d7705a18cce68b2013e5e8ba1ee4c2f7f0f Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 22:16:04 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 22:16:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fe3d77
app-misc/lxsplit: EAPI 6 bump. Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild new file mode 100644 index 00000000000..8d9b02a71df --- /dev/null +++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="Command-line file splitter/joiner for Linux" +HOMEPAGE="http://lxsplit.sourceforge.net" +SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +src_compile() { + tc-export CC + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +} + +src_install() { + einstalldocs + dobin "${PN}" +}
