# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/lxsplit/lxsplit-0.1.1.ebuild,v 1.5 2003/09/05 12:10:36 msterret 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 ppc" 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 }