app-misc/lxsplit: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 18 Jan 2018 22:16:04 +0000 (23:16 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 18 Jan 2018 22:16:35 +0000 (23:16 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..8d9b02a
--- /dev/null
@@ -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}"
+}