app-misc/lxsplit - 0.2.4 (gentoo)

Search

Install

Install this version:

emerge -a =app-misc/lxsplit-0.2.4

Package Information

Description:
Command-line file splitter/joiner for Linux
Homepage:
http://lxsplit.sourceforge.net
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2.4 7 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Command-line file splitter/joiner for Linux"
HOMEPAGE="http://lxsplit.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/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}"
}

Inherited Eclasses

Manifest for 0.2.4

Type File Size Source URLs
DIST lxsplit-0.2.4.tar.gz 14663 bytes https://downloads.sourceforge.net/lxsplit/lxsplit-0.2.4.tar.gz