diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-09-06 05:38:29 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-09-06 05:38:29 +0000 |
commit | c093acbcd6cfcacd4dccdf3421d68e4385027df0 (patch) | |
tree | b561b05a967824ab2d8077a72e76ee50d7c2445f /app-misc/lxsplit/lxsplit-0.2.4.ebuild | |
parent | update HOMEPAGE and SRC_URI to reflect reality, bug 280821 (diff) | |
download | gentoo-2-c093acbcd6cfcacd4dccdf3421d68e4385027df0.tar.gz gentoo-2-c093acbcd6cfcacd4dccdf3421d68e4385027df0.tar.bz2 gentoo-2-c093acbcd6cfcacd4dccdf3421d68e4385027df0.zip |
Version bump, Maintainance release. bug 277306
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/lxsplit/lxsplit-0.2.4.ebuild')
-rw-r--r-- | app-misc/lxsplit/lxsplit-0.2.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/lxsplit/lxsplit-0.2.4.ebuild b/app-misc/lxsplit/lxsplit-0.2.4.ebuild new file mode 100644 index 000000000000..80bedc4bac98 --- /dev/null +++ b/app-misc/lxsplit/lxsplit-0.2.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/lxsplit/lxsplit-0.2.4.ebuild,v 1.1 2009/09/06 05:38:29 darkside Exp $ + +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" +IUSE="" + +src_compile() { + tc-export CC + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die +} + +src_install() { + dobin lxsplit || die + dodoc ChangeLog README +} |