[Lunar-commits] r17890 - moonbase/trunk/zbeta/eet-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Jan 2 21:33:54 UTC 2006
Author: v3rt1g0
Date: 2006-01-02 21:33:54 +0000 (Mon, 02 Jan 2006)
New Revision: 17890
Modified:
moonbase/trunk/zbeta/eet-cvs/BUILD
moonbase/trunk/zbeta/eet-cvs/DETAILS
Log:
Misc Tidy: eet-cvs (beta)
* Tidy up the BUILD by making use of default_cvs_build
Modified: moonbase/trunk/zbeta/eet-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/eet-cvs/BUILD 2006-01-02 21:23:22 UTC (rev 17889)
+++ moonbase/trunk/zbeta/eet-cvs/BUILD 2006-01-02 21:33:54 UTC (rev 17890)
@@ -5,14 +5,6 @@
export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
export USER=nobody
- ./autogen.sh --build=$BUILD \
- --prefix=$MODULE_PREFIX \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=$MODULE_PREFIX/share/info \
- --mandir=$MODULE_PREFIX/share/man \
- $OPTS &&
+ default_cvs_build
- default_make
-
) > $C_FIFO 2>&1
Modified: moonbase/trunk/zbeta/eet-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/eet-cvs/DETAILS 2006-01-02 21:23:22 UTC (rev 17889)
+++ moonbase/trunk/zbeta/eet-cvs/DETAILS 2006-01-02 21:33:54 UTC (rev 17890)
@@ -12,6 +12,6 @@
cat << EOF
This is the CVS version of the EET library which is part of the EFL.
It is designed to write an arbitary set of chunks of data to a file
-and optionally compress each chunk. It' loows fast random-access
+and optionally compress each chunk, allowing for fast random-access
reading of the file later on.
EOF
More information about the Lunar-commits
mailing list