Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2159

Modified Files:
        data-serializer-pm.info 
Log Message:
move to use module-build, added dependency

Index: data-serializer-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/data-serializer-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- data-serializer-pm.info     17 Sep 2008 17:45:30 -0000      1.12
+++ data-serializer-pm.info     14 Feb 2009 16:21:11 -0000      1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: data-serializer-pm%type_pkg[perl]
 Version: 0.48
-Revision: 2
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
 BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.1-1), 
module-build-pm%type_pkg[perl] (>= 0.2808)
@@ -12,7 +12,8 @@
 Conflicts: data-serializer-pm (<= 0.42-1), data-serializer-pm%type_pkg[perl]
 
 Depends: <<
- perl%type_pkg[perl]-core, 
+ perl%type_pkg[perl]-core,
+ config-general-pm,
  digest-sha-pm%type_pkg[perl]
 <<
 
@@ -23,6 +24,24 @@
 DocFiles: Changes README MANIFEST INSTALL
 Description: Perl modules that serialize data structures
 
+CompileScript: <<
+#!/bin/sh -ex
+  exec 2>&1
+  perlversion=%type_raw[perl]
+  eval "`perl$perlversion -V:archname`"
+  perl$perlversion Build.PL \
+    --install_path arch=%i/lib/perl5/$perlversion/$archname \
+    --install_path bin=%i/bin \
+    --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
+    --install_path lib=%i/lib/perl5/$perlversion \
+    --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
+    --install_path script=%i/bin
+  ./Build
+  ./Build test
+<<
+
+NoPerlTests: True
+
 InstallScript: <<
 #!/bin/sh -ev
   %{default_script}


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to