Difference between revisions of "Star"

From CBLFS
Jump to navigationJump to search
(Non-Multilib)
(Multilib)
Line 28: Line 28:
 
=== 32Bit ===
 
=== 32Bit ===
  
Compile the package:
+
TODO: Please update when tested in multilib
 
 
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 
make
 
 
 
Install the package:
 
 
 
make install
 
  
 
=== N32 ===
 
=== N32 ===
  
Compile the package:
+
TODO: Please update when tested in multilib
 
 
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
 
    --libdir=/usr/lib32 &&
 
make
 
 
 
Install the package:
 
 
 
make install
 
  
 
=== 64Bit ===
 
=== 64Bit ===
  
Compile the package:
+
TODO: Please update when tested in multilib
 
 
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 
    --libdir=/usr/lib64 &&
 
make
 
 
 
Install the package:
 
 
 
make install
 

Revision as of 20:08, 13 February 2008

Download Source: URL ftp://ftp.berlios.de/pub/star/alpha/star-1.5.tar.bz2

Introduction to Star

A tape archiving program which backs up Extended Attributes and Access Control Lists on files. Follows POSIX standards.


Project Homepage: http://cdrecord.berlios.de/old/private/star.html

Dependencies

Required

Non-Multilib

Compile the package:

make

Install the package:

make INS_DIR=/usr install
cp lib/.libs/* /usr/lib

Multilib

This package provides 3 libraries.

32Bit

TODO: Please update when tested in multilib

N32

TODO: Please update when tested in multilib

64Bit

TODO: Please update when tested in multilib