the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: slrnconf
Version: 0.8.4
Revision: 15
Description: GUI utility for editing slrn configurations
Homepage: http://home.arcor.de/kaffeetisch/slrnconf.html
License: GPL
Maintainer: Daniel Macks
Depends: rec-descent-pm, gtk2-pm5100, perl5100-core
Suggests: slrn
Source: http://home.arcor.de/kaffeetisch/downloads/%n-%v.tar.bz2
Source-MD5: 2c2645b88c6207570be4fc959706b741
PatchScript: perl -pi -e 's,/usr/bin/perl -w,/usr/bin/env perl5.10.0\nuse warnings;,' slrnconf.in
CompileScript: make PREFIX=%p
InstallScript: <<
make PREFIX=%i install
perl -pi -e 's,%d,,' %i/bin/slrnconf
<<
DocFiles: ABOUT COPYING README
DescPackaging: <<
Makefile doesn't understand separate DESTDIR and rebuilds
during install (inserting %i into installed files). Patch out
those path parts because it's easier than overhauling the
build system.
<<