Difference between revisions of "Star"
From CBLFS
Jump to navigationJump to searchBigdissaved (talk | contribs) m (Editted for package intro) |
Bigdissaved (talk | contribs) (More editing) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | URL | + | | URL ftp://ftp.berlios.de/pub/star/star-{{Star-Version}}.tar.bz2 |
|- | |- | ||
|} | |} | ||
{{Package-Introduction|A tape archiving program which backs up Extended Attributes and Access Control Lists on files. Follows POSIX standards. | {{Package-Introduction|A tape archiving program which backs up Extended Attributes and Access Control Lists on files. Follows POSIX standards. | ||
− | |http://}} | + | |http://cdrecord.berlios.de/old/private/star.html}} |
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
ACL | ACL | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 38: | Line 25: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 32Bit === | === 32Bit === | ||
Line 79: | Line 60: | ||
make install | make install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 20:10, 12 February 2008
Download Source: | URL ftp://ftp.berlios.de/pub/star/star-1.5.tar.bz2 |
---|
Contents
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
ACL
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install