[Lunar-commits] CVS: moonbase/zbeta/tar-beta BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Wed Mar 3 16:08:19 GMT 2004


Update of /var/cvs/lunar/moonbase/zbeta/tar-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8163

Added Files:
	BUILD DETAILS 
Log Message:
NOTE: this is tar-beta because it will not compile correctly unless it
is patched.  Also this tar will not compile at all as a static binary so
it is useless for ISO purposes.  Added to moonbase at nOpROX's request
for the bug fix when using the "-T" tar option.  Compiled and tested with
gcc-3.3.3 and kernel-headers 2.4.x.


--- NEW FILE: BUILD ---
(
  
  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
  autoconf &&
  ./configure  --build=$BUILD     \
               --prefix=/usr      \
               --libexecdir=/bin  \
               --bindir=/bin          \
               --infodir=/usr/share/info \
               --disable-nls          &&
  make                            &&
  prepare_install                 &&
  cp  src/tar     /bin/tar-beta   &&
  cp  src/rmt     /bin/rmt-beta

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=tar-beta
             MOD=tar
         VERSION=1.13.93
        #VERSION=1.13.25
          SOURCE=$MOD-$VERSION.tar.bz2
         SOURCE2=$MOD-$VERSION-utf.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
   SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/$MOD/$SOURCE
  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
        WEB_SITE=http://www.gnu.org/software/tar/tar.html
         ENTERED=20010922
         UPDATED=20040225
           SHORT="tar creates GNU tar archives."
cat << EOF
GNU tar - Creates tar archives
Can create tar archives, as well as other forms of manipulation. For
example, you can use tar on previously created archives to extract
files, store additional files, or update or list files which were
already stored.
Tar can direct its output to available devices, files, or other programs
(using pipes); tar can even access remote devices or files (as
archives).
The program saves many files together into a single tape or disk
archive, and can restore individual files from the archive. It includes
multivolume support, the ability to archive sparse files, automatic
archive compression/decompression, remote archives and special features
that allow 'tar' to be used for incremental and full backups.

NOTE: this is tar-beta because it will not compile correctly unless it
is patched.  Also this tar will not compile at all as a static binary so
it is useless for ISO purposes.  Added to moonbase at nOpROX's request
for the bug fix when using the "-T" tar option.
EOF



More information about the Lunar-commits mailing list