Jack Howarth wrote:
> Argh. I forgot to cc the list. I am able to hack around this with...
> 
> Package: procheck
> Version: 3.5.4
> Revision: 1
> Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
> Source: none
> #Source: ftp://ftp.biochem.ucl.ac.uk/pub/procheck/tar3_5/procheck.tar.Z
> #Source-MD5: 3d12962079e42b0fa275424fabb74197
> BuildDepends: gcc44, wget, fink (>= 0.24.12)
> Depends: gcc44-shlibs
> PatchFile: %n.patch
> PatchFile-MD5: 7d4497a7b339ed47c21be3b419cb2fdd
> PatchScript: <<
> #!/bin/bash -ev
> if [ `/usr/bin/whoami` = "nobody" ] ; then
> wget -c ftp://ftp.biochem.ucl.ac.uk/pub/procheck/tar3_5/procheck.tar.Z
> tar -zxvf procheck.tar.Z
> cd procheck
> else
> cd %p/src

Not everyone keeps their downloaded tarballs in %p/src.

> if ! [ -f %p/src/procheck.tar.Z ] ; then 
>    wget -c ftp://ftp.biochem.ucl.ac.uk/pub/procheck/tar3_5/procheck.tar.Z
> fi

If procheck gets updated, this will eventually fail because the tarball 
itself is unversioned.

Hanspeter

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to