File: ibtk.spec.header

package info (click to toggle)
libibtk 0.0.14-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 852 kB
  • ctags: 532
  • sloc: sh: 7,651; cpp: 2,658; makefile: 154; ansic: 2
file content (43 lines) | stat: -rw-r--r-- 823 bytes parent folder | download | duplicates (8)
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