Package: irssi-ssl Version: 0.8.6 Revision: 14 GCC: 3.3 Maintainer: Max Horn BuildDepends: glib, dlcompat-dev, openssl097-dev, fink (>= 0.13.0-1), ncurses-dev (>= 5.3-12) Depends: glib-shlibs, dlcompat, openssl097-shlibs, ncurses (>= 5.3-12), ncurses-shlibs (>= 5.3-12) Conflicts: irssi Replaces: irssi Source: http://real.irssi.org/files/irssi-%v.tar.bz2 Source-MD5: 6d66982723e2eb8780ae3b8b3a7ba08d ConfigureParams: --with-modules --with-socks --with-ncurses --enable-ipv6 --mandir=%i/share/man --with-perl-lib=%p/lib/perl5/5.6.0/darwin --enable-ssl SetCPPFLAGS: -no-cpp-precomp #Type: perl 5.6.0 #UpdatePOD: true CompileScript: << ./configure %c make perlpath=perl5.6.0 << InstallScript: << make install prefix=%i PREFIX=%i INSTALLPRIVLIB=%i/lib/perl5/5.6.0 INSTALLARCHLIB=%i/lib/perl5/5.6.0/darwin INSTALLSITELIB=%i/lib/perl5/5.6.0 INSTALLSITEARCH=%i/lib/perl5/5.6.0/darwin mkdir -p %i/share/podfiles/5.6.0 cat %i/lib/perl5/5.6.0/darwin/perllocal.pod | sed -e s,%i/lib/perl5,%p/lib/perl5, > %i/share/podfiles/5.6.0/perllocal.%n.pod rm -rf %i/lib/perl5/5.6.0/darwin/perllocal.pod << PostInstScript: << # Updating %p/lib/perl5/darwin/5.6.0/perllocal.pod mkdir -p %p/lib/perl5/5.6.0/darwin cat %p/share/podfiles/5.6.0/*.pod > %p/lib/perl5/5.6.0/darwin/perllocal.pod << PostRmScript: << # Updating %p/lib/perl5/5.6.0/darwin/perllocal.pod ### ### check to see if any .pod files exist in %p/share/podfiles. ### perl <<'END_PERL' if (-e "%p/share/podfiles/5.6.0") { @files = <%p/share/podfiles/5.6.0/*.pod>; if ($#files >= 0) { exec "cat %p/share/podfiles/5.6.0/*.pod > %p/lib/perl5/5.6.0/darwin/perllocal.pod"; } } END_PERL << DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO Description: Modular IRC client DescPackaging: Update the podfiles manually, due to fink changes for Type: perl Homepage: http://real.irssi.org/ License: GPL