Package: hfspax
Version: 1.0fc4
Revision: 1
Description: Modified version of the standard pax
License: Restrictive
Maintainer: Christian Schaffner <chris01@users.sourceforge.net>

# Unpack Phase:
Source: http://homepage.mac.com/howardoakley/.Public/hfspax1fc4.tar.gz
Source-MD5: 6ea9d754584fe718f3ed643b1e070d1b
SourceRename: %n-%v.tar.gz
SourceDirectory: hfspaxMasterF

# Compile Phase:
CompileScript: <<
	echo "nothing to compile"
<<

# Install Phase:
DocFiles: Readme.rtf How2Install.rtf hfspaxWithoutTears.rtf ThisRelease.rtf MakeARescuePartition.txt
InstallScript: <<
 /usr/bin/install -d %i/bin
 /usr/bin/install -m 755 hfspax %i/bin
 /usr/bin/install -d %i/share
 /usr/bin/install -d %i/share/man
 /usr/bin/install -d %i/share/man/man1
 /usr/bin/install -m 664 hfspax.1 %i/share/man/man1
<<

DescDetail: <<
hfspax is a modified (alright, hacked!) version of the standard Mac OS X
and UNIX tool, pax. It addresses one of the few significant omissions 
from Mac OS X - the ability to perform proper backups, and to restore 
from them.
<<
DescPackaging: <<
Only shell tools are included in this package.
<<
Homepage: http://homepage.mac.com/howardoakley/