Title: Recode 3.5 and Pybliographer
I don’t know if Recode 3.5 was ever a fink package, I think it was (3.6 is the current version). In any case, a package I am trying to port called “Pybliographer” (pybliographer.sourceforge.net) that depends on recode will only work with recode 3.5 (apparently later versions break “features” of recode that the author of pybliographer was using). In any case, if any one is interested, here is a .info file that builds recode-3.5 from within fink. I’m pretty new at this so just wanted to post this up here to get any obvious criticism before submitting it officially – also what is the current status of “legacy” packages? In the (admittedly rare) case that your package depends on an old version of another package, are there any ways to indicate this (short of repackaging things with different names?) That way you could have lots of programs who Depends: recode>3.5 and one program that depends on recode=3.5 and a few that depend on recode>3.6
Doug Rowland
[EMAIL PROTECTED]
----------RECODE-3.5-1.info----------------------------------
Package: recode
Version: 3.5
Revision: 1
Source: http://www.iro.umontreal.ca/contrib/recode/recode-3.5.tar.gz
UpdateConfigGuess: true
UpdateLibtool: true
SetCPPFLAGS: -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_o
ptind -Doptopt=rc_optopt -Doptarg=rc_optarg
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --with-gnu-ld --d
isable-shared --disable-static --with-included-gettext
InstallScript: <<
make install DESTDIR=%d
rm -f %i/lib/charset.alias
<<
#
PostInstScript: <<
if [ -L %p/etc/alternatives/charset.alias ]; then
update-alternatives --remove charset.alias %p/lib/charset.alias.recode
fi
<<
#
Description: Convert files between various character sets and usages
DescPort: <<
Uses autoconf and libtool. The usual fixes.
The getopt functions are renamed via the preprocessor to avoid
dynamic linking trouble.
charset.alias is deleted because it is empty on Darwin anyway and
causes unnecessary conflicts between packages.
<<
Maintainer: Christoph Pfisterer <[EMAIL PROTECTED]>
----------END OF RECODE-3.5-1.info---------------------------
