ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
COMP
/
CMSDIST
/
sigcpp.spec
Revision:
1.1
Committed:
Mon Jun 19 11:49:12 2006 UTC
(18 years, 10 months ago) by
ratnik
Branch:
MAIN
CVS Tags:
forLCG_44, forCMSSW_0_8_0_pre2, V00-01-02, V00-01-2, V00-01-01
Log Message:
libsig is renamed to sigcpp
File Contents
#
User
Rev
Content
1
ratnik
1.1
### RPM external sigcpp 2.0.17
2
%define majorv 2.0
3
Source:
http://ftp.gnome.org/pub/GNOME/sources/libsigc
++/%{majorv}/libsigc++-%{v}.tar.gz
4
5
%prep
6
%setup -q -n libsigc++-%{v}
7
./configure --prefix=%{i}
8
9
%build
10
make
11
12
%install
13
make install
14