[packages/ESBTL] - new

qboosh qboosh at pld-linux.org
Mon Sep 11 22:47:11 CEST 2023


commit 9c06c45da23999f6470e5d284af61237d3071ee8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Sep 11 21:45:26 2023 +0200

    - new

 ESBTL.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
---
diff --git a/ESBTL.spec b/ESBTL.spec
new file mode 100644
index 0000000..58b8f7d
--- /dev/null
+++ b/ESBTL.spec
@@ -0,0 +1,54 @@
+Summary:	Easy Structural Biology Template Library
+Summary(pl.UTF-8):	Easy Structural Biology Template Library - łatwa w użyciu biblioteka szablonów do biologii strukturalnej
+Name:		ESBTL
+Version:	1.0
+%define	subver	beta01
+Release:	0.%{subver}.1
+License:	GPL v3 with CGAL exception
+Group:		Libraries
+Source0:	https://downloads.sourceforge.net/esbtl/%{name}-%{version}-%{subver}.tar.bz2
+# Source0-md5:	ba2868d3613b6e242f779e2dfd343193
+URL:		https://esbtl.sourceforge.net/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+C++ header-only library for easy structural biology computations and
+geometric constructions.
+
+%description -l pl.UTF-8
+Łatwa w użyciu, czysto nagłówkowa biblioteka C++ do obliczeń i
+konstrukcji geometrycznych dotyczących biologii strukturalnej.
+
+%package devel
+Summary:	Easy Structural Biology Template Library
+Summary(pl.UTF-8):	Easy Structural Biology Template Library - łatwa w użyciu biblioteka szablonów do biologii strukturalnej
+Group:		Development/Libraries
+Requires:	boost-devel
+Requires:	libstdc++-devel
+
+%description devel
+C++ header-only library for easy structural biology computations and
+geometric constructions.
+
+%description devel -l pl.UTF-8
+Łatwa w użyciu, czysto nagłówkowa biblioteka C++ do obliczeń i
+konstrukcji geometrycznych dotyczących biologii strukturalnej.
+
+%prep
+%setup -q -n %{name}-%{version}-%{subver}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}
+
+cp -pr include/ESBTL $RPM_BUILD_ROOT%{_includedir}
+%{__rm} $RPM_BUILD_ROOT%{_includedir}/ESBTL/Doxyfile
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc exception.txt
+%{_includedir}/ESBTL
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ESBTL.git/commitdiff/9c06c45da23999f6470e5d284af61237d3071ee8



More information about the pld-cvs-commit mailing list