lhapdf stable port information

Package: lhapdf
Version: 5.8.3
Revision: 1005
Depends: %N-shlibs (= %v-%r)
BuildDepends: gcc46, python26 (>= 1:2.6.2-2)
BuildDependsOnly: true
Source: http://www.hepforge.org/archive/%n/%n-%v.tar.gz
Source-MD5: 0a6aade8340522be18a6003944d5a1c6
SetCXXFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking PYTHON=%p/bin/python2.6
GCC: 4.0
CompileScript: <<
#!/bin/sh -ev
export ARCHFLAGS=''
%{default_script}
<<
InstallScript: <<
#!/bin/sh -ev
export ARCHFLAGS=''
make install DESTDIR=%d
perl -pi -e 's,^#!\s*/usr/bin/env python,#!%p/bin/python2.6,' %i/bin/*
%p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 %i/lib/python2.6
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Splitoff: <<
Package: %N-shlibs
Depends: gcc46-shlibs
Files: lib/libLHAPDF.0.dylib
Shlibs: <<
%p/lib/libLHAPDF.0.dylib 1.0.0 %n (>= 5.8.0-1001)
<<
DocFiles: COPYING
<<
Splitoff2: <<
Package: %N-py26
Depends: python26, %N-shlibs (= %v-%r)
Files: lib/python2.6
DocFiles: COPYING
<<
License: GPL
Homepage: http://projects.hepforge.org/lhapdf
Maintainer: Jack Fink
Description: Les Houches Accord Parton Density Function
DescDetail: <<
LHAPDF provides a unified and easy to use interface to modern PDF sets.
It is designed to work not only with individual PDF sets but also with
the more recent multiple "error" sets. It can be viewed as the successor
to PDFLIB, incorporating many of the older sets found in the latter,
including pion and photon PDFs. In LHAPDF the computer code and input
parameters/grids are separated thus allowing more easy updating and no
limit to the expansion possibilities.
<<