the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: httrack
Version: 3.22.3
Revision: 14
Description: Offline browser: download websites
DescDetail: <<
HTTrack is an offline browser utility, allowing you to download a
website from the internet to a local directory, building recursively
all directories, getting HTML, images, and other files from the
server to your computer.
<<
Depends: %n-shlibs (>= %v-%r)
Source: http://www.%n.com/%n-3.22-3.tar.gz
Source-MD5: f983978573b245e2340c3d3ddf8c4bc1
SourceDirectory: %n-3.22
PatchScript: <<
perl -pi -e 's/ -lhttrack/ libhttrack.la/' src/Makefile.in
perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
<<
UseMaxBuildJobs: false
ConfigureParams: --mandir='${prefix}/share/man' --disable-dependency-tracking
License: GPL
DocFiles: <<
AUTHORS ChangeLog COPYING gpl-fr.txt greetings.txt license.txt NEWS
README
<<
Homepage: http://www.httrack.com/
Maintainer: Bertrand Lupart
Splitoff: <<
Package: %N-shlibs
Description: Shared libraries for HTTrack
Files: lib/lib%N.1*.dylib
Shlibs: %p/lib/lib%N.1.dylib 2.0.0 %n (>= 3.22.3-2)
Docfiles: license.txt gpl-fr.txt
<<
Splitoff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Description: headers and static libraries for HTTrack
Files: include lib
Docfiles: license.txt gpl-fr.txt
InstallScript: <<
mkdir -p %i/share/doc/%n
mv %I/share/doc/%N/libtest %i/share/doc/%n
<<
<<