the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: tar
Version: 1.16.1
Revision: 1
Essential: yes
Depends: libgettext3-shlibs, libiconv, gzip, bzip2, base-files
Source: mirror:sourceforge:fink/%n-%v.tar.gz
#Source: gnu
Source-MD5: 8ecfdd38740aadb8e17129e70803589a
ConfigureParams: --program-transform-name=s/tar/gtar/ --infodir=%p/share/info --libexecdir=%p/lib
CompileScript: <<
%p/bin/fink -y install libgettext3-dev libiconv-dev
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
cd %i/lib ; rm -rf charset.alias; cd ..;
cd %i/bin ; ln -s gtar tar ; ln -s gtar gnutar
<<
DocFiles: README* COPYING AUTHORS NEWS THANKS
#
PreInstScript: <<
if [ -L %p/etc/alternatives/rmt ]; then
update-alternatives --remove rmt %p/lib/rmt-tar
rm -f %p/lib/rmt
fi
<<
InfoDocs: tar.info
#
Description: GNU tar - tape archiver
DescPackaging: <<
With the current fink dependency engine, essential packages may neither
depend nor builddepend on non-essential packages. Thus, to make sure
that non-essential splitoffs of essential packages (like gettext-bin
and *-dev) are present at build time, we call 'fink install' during
the compile script. Note that since the corresponding essential packages
are dependencies of this one, they should already have been built, so
'fink install' should merely make sure they are in place.
Previous versions by Christoph Pfisterer.
<<
License: GPL
Maintainer: Fink Core Group
Homepage: http://www.gnu.org/software/tar/
Package: tar
Version: 1.16.1
Revision: 1
Essential: yes
Depends: libgettext3-shlibs, libiconv, gzip, bzip2, base-files
Source: mirror:sourceforge:fink/%n-%v.tar.gz
#Source: gnu
Source-MD5: 8ecfdd38740aadb8e17129e70803589a
ConfigureParams: --program-transform-name=s/tar/gtar/ --infodir=%p/share/info --libexecdir=%p/lib
CompileScript: <<
%p/bin/fink -y install libgettext3-dev libiconv-dev
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
cd %i/lib ; rm -rf charset.alias; cd ..;
cd %i/bin ; ln -s gtar tar ; ln -s gtar gnutar
<<
DocFiles: README* COPYING AUTHORS NEWS THANKS
#
PreInstScript: <<
if [ -L %p/etc/alternatives/rmt ]; then
update-alternatives --remove rmt %p/lib/rmt-tar
rm -f %p/lib/rmt
fi
<<
InfoDocs: tar.info
#
Description: GNU tar - tape archiver
DescPackaging: <<
With the current fink dependency engine, essential packages may neither
depend nor builddepend on non-essential packages. Thus, to make sure
that non-essential splitoffs of essential packages (like gettext-bin
and *-dev) are present at build time, we call 'fink install' during
the compile script. Note that since the corresponding essential packages
are dependencies of this one, they should already have been built, so
'fink install' should merely make sure they are in place.
Previous versions by Christoph Pfisterer.
<<
License: GPL
Maintainer: Fink Core Group
Homepage: http://www.gnu.org/software/tar/