Difference between revisions of "Star"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
(→Non-Multilib) |
||
Line 21: | Line 21: | ||
Install the package: | Install the package: | ||
− | make INS_BASE=/ | + | make INS_BASE=/usr DEFINSUSR=0 DEFINSGRP=0 install |
Fix permissions: | Fix permissions: |
Revision as of 18:41, 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=/usr DEFINSUSR=0 DEFINSGRP=0 install
Fix permissions:
chmod 755 /usr/lib/libdeflt.so.1.0 && chmod 755 /usr/lib/libfind.so.1.0 && chmod 755 /usr/lib/librmt.so.1.0 && chmod 755 /usr/lib/schily.so.1.0
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