ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/herwig.spec
Revision: 1.1
Committed: Mon Apr 2 11:25:07 2007 UTC (18 years, 1 month ago) by ratnik
Branch: MAIN
Log Message:
Herwig 6.510,  as  requested at https://hypernews.cern.ch/HyperNews/CMS/get/ext-pkg-mgmt/17.html

File Contents

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