[Lunar-commits] CVS: moonbase/archive/tar-static BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Jerry Lundström prox at lunar-linux.org
Wed May 12 13:08:45 GMT 2004


Update of /var/cvs/lunar/moonbase/archive/tar-static
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13845

Added Files:
	BUILD DETAILS 
Log Message:
staticly linked tar, installs in /bin/tar_static and /bin/rmt_static. Use for iso creation mostly.

--- NEW FILE: BUILD ---
(

  export CFLAGS="$CFLAGS -static" &&
  export LDFLAGS="$LDFLAGS -static" &&

  ./configure  --build=$BUILD     \
               --prefix=/usr      \
               --libexecdir=/bin  \
               --infodir=/usr/share/info \
               --bindir=/bin      &&
  make                            &&
  prepare_install                 &&
  cp  src/tar        /bin/tar_static         &&
  cp  src/rmt        /bin/rmt_static

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=tar-static
        BASENAME=tar
         VERSION=1.14
          SOURCE=$BASENAME-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$BASENAME/$SOURCE
      SOURCE_VFY=md5:f1932e0fbd4641885bfdcc75495c91b7
        WEB_SITE=http://www.gnu.org/software/tar/tar.html
         ENTERED=20010922
         UPDATED=20040512
      MAINTAINER=prox at lunar-linux.org
           SHORT="tar creates GNU tar archives (static linked version)."
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.
EOF



More information about the Lunar-commits mailing list