# 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