package created using the webbuild interface [release 1.28.1-1mamba;Fri Nov 24 2023]
This commit is contained in:
parent
79f31d9c29
commit
1365da857e
@ -1,2 +1,4 @@
|
|||||||
# asio
|
# asio
|
||||||
|
|
||||||
|
Cross-platform C++ library for ASynchronous network I/O.
|
||||||
|
|
||||||
|
53
asio.spec
Normal file
53
asio.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
Name: asio
|
||||||
|
Version: 1.28.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Cross-platform C++ library for ASynchronous network I/O
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://think-async.com/Asio/
|
||||||
|
Source: https://sourceforge.net/projects/asio/files/asio/%{version}%20%28Stable%29/asio-%{version}.tar.bz2
|
||||||
|
License: Boost Software License
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
Cross-platform C++ library for ASynchronous network I/O.
|
||||||
|
|
||||||
|
%package -n lib%{name}-devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Cross-platform C++ library for ASynchronous network I/O
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
|
%description -n lib%{name}-devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -n lib%{name}-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/asio.hpp
|
||||||
|
%dir %{_includedir}/asio
|
||||||
|
%{_includedir}/asio/*
|
||||||
|
%{_libdir}/pkgconfig/asio.pc
|
||||||
|
%doc COPYING README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Nov 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.28.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user