Hi All,

I'm working on info files for Coin (OpenInventor replacement) and having a
bit of trouble with the Source field.  It seems that fink always tries to go
to distfiles.opendarwin.org for the files first.  So then I tried a
CustomMirror with the same results, but after failing I get a chance to try
mirror B.  What am I doing wrong?  I've attached my draft package for simage
library.

fink version:
0.17.1
0.6.2.cvs

on 10.3.2  (uname -r 7.2.0)

Thanks!
-kurt
Package: simage
Version: 1.2.2
Revision: 1
# May need an mpeg lib, but which one?
Depends: libpng3-shlibs, libungif-shlibs | libgif-shlibs, libtiff-shlibs, 
libjpeg-shlibs
BuildDepends: libpng3, libungif | libgif, libtiff, libjpeg
CustomMirror: <<
A: http://schwehr.org/software/coin
B: ftp://ftp.coin3d.org/pub/coin/src
<<
Source: mirror:custom:%n-%v.tar.gz
Source-MD5: 5f5e9a560b692600d8999539446ec259
PatchScript: <<
   ### Fix malloc.h location for Mac OSX
   perl -pi -e 's/malloc.h/sys\/malloc.h/' src/resize.c
<<
ConfigureParams: --prefix=%i --mandir=%i/share/man --with-jpeg=/sw --with-mpeg2enc 
--with-ungif=/sw --with-xwd 
CompileScript: <<
   ./configure %c
   make -j 4
<<
InstallScript: <<
   make install
<<
DocFiles: AUTHORS COPYING NEWS README
Description: SIM lib for images in Coin3D OpenInventor
DescDetail: <<
   Library to allow Coin3D version of OpenInventor to load textures up.
<<
License: GPL
Homepage: http://www.coin3d.org/
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>

Reply via email to