summaryrefslogtreecommitdiff
path: root/ibtk.spec.header
blob: 8273d1d0f5ce131d70705dbcb7e82a8cdd4c8b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Note that this is NOT a relocatable package
%define ver     @SPEC_VERSION@
%define rel     @SPEC_CVS_VERSION@
%define prefix  @prefix@

Name:      ibtk
Summary:   Insomnia's Basic ToolKit
Version:   %ver
Release:   %rel
Copyright: GPL
Group:     Development/Libraries
Source0:   http://www.core.binghamton.edu/~insomnia/gatos/@TAR_NAME@
Source1:   @TAR_NAME@.tar.gz
URL:       http://www.core.binghamton.edu/~insomnia/gatos/

%description
Basic toolkit for gatos

%setup -b 1 -T

%build
cd ../SOURCES
tar xzvf @TAR_NAME@.tar.gz
cd @TAR_NAME@
./configure
make

%install
cd @TAR_NAME@
make install

%clean
cd ../SOURCES
rm -rf @TAR_NAME@
 
%files
%{prefix}/include/ibtk/*
%{prefix}/lib/libibtk.a
%{prefix}/lib/libibtk.la
## %{prefix}/lib/libibtk.so.@IBTK_MAJOR_VERSION@.@IBTK_MINOR_VERSION@.@IBTK_SUB_VERSION@

%changelog