Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5548

Summary: Command-line file splitter/joiner for Linux. Ebuild here
Product: Gentoo Linux Reporter: Maurizio Disimino <kevin>
Component: New packagesAssignee: Sascha Schwabbauer (RETIRED) <cybersystem>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurizio Disimino 2002-07-25 03:26:56 UTC
Command-line file splitter/joiner for Linux.

see ya

Maurizio

--- cut here ---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/app-misc/lxsplit/lxsplit-0.1.1.ebuild,v 1
2002/07/25 15:54:03 j2ee Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Command-line file splitter/joiner for Linux."
SRC_URI="http://www.freebyte.com/download/lxsplit.tar.gz"
HOMEPAGE="http://remenic.2y.net/lxsplit/"

KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"

src_compile() {
	sed "s/^\(CFLAGS[[:space:]]=[[:space:]]\)\(.*\)$/\1${CFLAGS}/" Makefile >
Makefile.new
	mv --force Makefile.new Makefile
	emake || die
}

src_install () {
	
	dobin lxsplit	

	# Install documentation.
	dodoc ChangeLog README
}
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-14 08:19:22 UTC
what version is this?
Comment 2 Sascha Schwabbauer (RETIRED) gentoo-dev 2002-08-21 05:48:33 UTC
i put it in the cvs-tree.. thanks for the contribution..