Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26620

Added Files:
        yorick-z.info 
Log Message:
migrate yorick-z 1.2 from 10.4
improve install method for future flexibility

--- NEW FILE: yorick-z.info ---
Package: yorick-z
Version: 1.2
Revision: 5
Description: Add-on for the Yorick interpreted language
License: OSI-Approved
Maintainer: None <fink-de...@lists.sourceforge.net>
Depends: libjpeg9-shlibs, libpng16-shlibs, yorick (>= 2.2.01)
BuildDepends: libjpeg9, libpng16
### development has moved to github.  Get later releases from there.
Source: mirror:sourceforge:yorick/yorick-z-%v.tgz
SourceDirectory: yorick-z-%v
Source-MD5: c842856044a0b07fb7262a168dd956a4
SetCFLAGS: -O2
PatchScript: <<
        # remove hardcoded prefix
        perl -pi -e 's,/sw,%p,g' configure

        # build uses CPPFLAGS already
        perl -pi -e 's, \$CFLAGS , \$CPPFLAGS \$CFLAGS ,g' configure

        # fix doc install location
        # upstream commit 42fc34a4677e87ffe6f910dc1c0de11744c0e815
        perl -pi -e 's|Y_SITE\)/doc|DEST_Y_SITE)/doc|g' Makefile
<<
CompileScript: <<
   #!/bin/sh -ev
   ./configure --no-avcodec
   make
   %p/bin/yorick -batch ./maked.i jpeg.i png.i zlib.i
<<
InfoTest: <<
        TestScript: make check || exit 2
<<
InstallScript: <<
        make install DESTDIR=%d
        ### These files are not installed by default
        ### Including them only for continuity with previous y-z releases
        ### Are they actually needed?
        ### Is there a way to programatically determine the location of
        ### the main yorick tree?
        install -d %i/lib/yorick/2.2/i
        install -m 644 jpgtest.i pngtest.i ztest.i check.i %i/lib/yorick/2.2/i
<<
DocFiles: LICENSE README
Homepage: http://yorick.github.com/
DescDetail: <<
Yorick-z is a compiled add-on for the Yorick interpreted language.  It
adds support for zlib (the data compression system used by gzip), png
(a lossless image compression format), jpeg (a lossy image compression
format). Support for mpeg (mpeg1, a compressed video format) has been
offloaded into yorick-mpeg.
<<
DescUsage: <<
This package include a test program in %p/lib/yorick/2.2/i.
Type "yorick -batch check.i" in a xterm to run it.
<<


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to