hfstar stable port information

Package: hfstar
Version: 1.13.19
Revision: 12
Description: Modified GNU tar retains hfs+ attributes
License: GPL
Maintainer: None

# Unpack Phase:
Source: http://www.metaobject.com/downloads/macos-x/%n.%v-1.s.tgz
Source-MD5: 67641190e4b3946c201a48310fe2e581
SourceRename: %n-%v.tar.gz
SourceDirectory: %n
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, fink (>= 0.24.12-1)
Depends: libgettext3-shlibs
PatchFile: %n.patch
PatchFile-MD5: 6a85d0a01a8d399eb562d92f6e952a47
PatchScript: <<
sed 's,@PACKAGE@,%n,g' < %{PatchFile} | patch -p1
perl -pi -e 's/Fran.ois/Francois/' tests/genfile.c
<<
ConfigureParams: --infodir=%p/share/info --libexecdir=%p/lib/%n --program-transform-name=s,tar,%n,

# Install Phase:
DocFiles: <<
ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog.1 NEWS PORTS
README README-alpha README-%n THANKS
<<
InfoDocs: %n.info
InstallScript: <<
make install DESTDIR=%d
mv %i/share/info/tar.info %i/share/info/%n.info
<<
DescDetail: <<
A version of gnutar for Mac OS X that supports archiving HFS+
specific information such as resource forks, type and creator
codes as well as other finder flags.
<<
DescPort: Adjusted infodir and libexecdir to conform with Fink standards.
DescPackaging: <<
- The executable is renamed via --program-transform-name to
avoid conflict with standard tar.
- Hack alert: --program-transform-name is not fully
implemented throughout the included Makefiles, so PACKAGE
name in configure is also patched. This renames the mo
locale files, and adjusts the binary source to look in the
correct --default-domain path for the renamed mo files.
- Manually renamed infodoc file to match.
- Patched test because fink's xgettext can't handle non-ASCII.

<<
Suggests: hfspax, osxutils
Homepage: http://www.metaobject.com/Products.html

hfstar stable port .patch

--- hfstar/configure Sat Jan 13 02:59:57 2001
+++ hfstar/configure-patched Sun Jun 15 16:50:30 2003
@@ -702,5 +702,5 @@


-PACKAGE=tar
+PACKAGE=@PACKAGE@

VERSION=1.13.19

hfstar _unstable_ port .patch