summaryrefslogtreecommitdiff
path: root/ibtk.spec.header
diff options
context:
space:
mode:
Diffstat (limited to 'ibtk.spec.header')
-rw-r--r--ibtk.spec.header43
1 files changed, 43 insertions, 0 deletions
diff --git a/ibtk.spec.header b/ibtk.spec.header
new file mode 100644
index 0000000..8273d1d
--- /dev/null
+++ b/ibtk.spec.header
@@ -0,0 +1,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
+