[Lunar-commits] <moonbase> lxsplit: new module: split and join files
Duncan Gibson
engelsman at lunar-linux.org
Fri Jan 7 19:57:21 CET 2011
commit b39024d07a39a57fdf0b873cc7012203722eefa7
Author: Christoph Pauleit <wasgena at googlemail.com>
Date: Fri Jan 7 19:57:21 2011 +0100
lxsplit: new module: split and join files
---
zbeta/lxsplit/BUILD | 9 +++++++++
zbeta/lxsplit/DETAILS | 15 +++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/zbeta/lxsplit/BUILD b/zbeta/lxsplit/BUILD
new file mode 100644
index 0000000..0f6b033
--- /dev/null
+++ b/zbeta/lxsplit/BUILD
@@ -0,0 +1,9 @@
+(
+
+ cd $SOURCE_DIRECTORY &&
+ sedit 's/usr.local/usr/' Makefile &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/lxsplit/DETAILS b/zbeta/lxsplit/DETAILS
new file mode 100644
index 0000000..44e383a
--- /dev/null
+++ b/zbeta/lxsplit/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=lxsplit
+ VERSION=0.2.4
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:4e906cb95fcc756ff8c5d58c103e2659493052e0
+ WEB_SITE="http://lxsplit.sourceforge.net/"
+ ENTERED=20101217
+ UPDATED=20101217
+ SHORT="Split and join large files"
+cat <<EOF
+xSplit is a simple tool for splitting files and joining the splitted
+files on unix-like platforms. It is fully compatible with the HJSplit utility.
+Splitting is done without compression.
+EOF
More information about the Lunar-commits
mailing list