Difference between revisions of "Star"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
(→Non-Multilib) |
||
Line 23: | Line 23: | ||
make INS_BASE=/fakeroot/ DEFINSUSR=0 DEFINSGRP=0 install | make INS_BASE=/fakeroot/ DEFINSUSR=0 DEFINSGRP=0 install | ||
cp libs/<platform>/pic/* /usr/lib | cp libs/<platform>/pic/* /usr/lib | ||
+ | |||
+ | |||
+ | Because of the nature of this particular make system the platform is your actual processor with linux-cc appended to it. | ||
+ | Example is "intel-r--pentium--4-cpu-3.00ghz-linux-cc." | ||
+ | |||
+ | TO: Any better description would be appreciated. | ||
== Multilib == | == Multilib == |
Revision as of 17:38, 14 February 2008
Download Source: | URL ftp://ftp.berlios.de/pub/star/alpha/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
Non-Multilib
Compile the package:
make
Install the package:
make INS_BASE=/fakeroot/ DEFINSUSR=0 DEFINSGRP=0 install cp libs/<platform>/pic/* /usr/lib
Because of the nature of this particular make system the platform is your actual processor with linux-cc appended to it.
Example is "intel-r--pentium--4-cpu-3.00ghz-linux-cc."
TO: Any better description would be appreciated.
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