Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv495

Modified Files:
        irssi-0.8.6-4.info 
Log Message:
modify to update the podfiles manually instead of automatically
(doesn't change the debs; needed for an upcoming update of fink)


Index: irssi-0.8.6-4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2/stable/main/finkinfo/net/irssi-0.8.6-4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- irssi-0.8.6-4.info  15 Sep 2003 20:13:32 -0000      1.1
+++ irssi-0.8.6-4.info  24 Sep 2003 14:41:20 -0000      1.2
@@ -12,15 +12,38 @@
 ConfigureParams: --with-modules --without-socks --with-ncurses --enable-ipv6 
--mandir=%i/share/man --with-perl-lib=%p/lib/perl5/5.6.0/darwin --disable-ssl
 SetCPPFLAGS: -no-cpp-precomp
 Type: perl 5.6.0
-UpdatePOD: true
+#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




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to