ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lhapdf.spec
Revision: 1.1
Committed: Tue Apr 3 11:07:48 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Log Message:
Added  lhapdf 5.2.3 from GENSER2 collection as requested at https://hypernews.cern.ch/HyperNews/CMS/get/ext-pkg-mgmt/17.html. Includes PDFsets data.

File Contents

# User Rev Content
1 ratnik 1.1 ### RPM external lhapdf 5.2.3
2    
3     Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{v}-src.tgz
4     %prep
5     %setup -q -n %{n}/%{v}
6     ./configure
7    
8     %build
9     make
10    
11     %install
12     tar -c lib bin PDFsets | tar -x -C %i
13