ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pythia6.spec
Revision: 1.5
Committed: Tue May 1 14:09:04 2007 UTC (18 years ago) by dlange
Branch: MAIN
Changes since 1.4: +1 -2 lines
Log Message:
andreas pythia6 spec

File Contents

# Content
1 ### RPM external pythia6 409-CMS1
2 %define realversion %(echo %v | cut -d- -f1 )
3 Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
4 %prep
5 %setup -q -n %{n}/%{realversion}
6 ./configure --enable-shared
7
8 %build
9 make
10
11
12
13 %install
14
15 tar -c lib include | tar -x -C %i
16