SPECS: boost-asio.spec (NEW) - initial
arekm
arekm at pld-linux.org
Tue Oct 23 11:39:18 CEST 2007
Author: arekm Date: Tue Oct 23 09:39:18 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
boost-asio.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/boost-asio.spec
diff -u /dev/null SPECS/boost-asio.spec:1.1
--- /dev/null Tue Oct 23 11:39:18 2007
+++ SPECS/boost-asio.spec Tue Oct 23 11:39:13 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: Boost ASIO - a cross-platform C++ library for network programming
+Name: boost-asio
+Version: 0.3.7
+Release: 1
+License: Boost Software License
+Group: Libraries
+Source0: http://dl.sourceforge.net/asio/asio-%{version}.tar.bz2
+# Source0-md5: 5481c9764ece613d8e099c1a9b32ded2
+URL: http://asio.sourceforge.net/
+BuildRequires: boost-devel
+BuildRequires: doxygen
+BuildRequires: openssl-devel
+Requires: boost-devel
+Requires: openssl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+asio is a cross-platform C++ library for network programming that
+provides developers with a consistent asynchronous I/O model using a
+modern C++ approach.
+
+%prep
+%setup -q -n asio-%{version}
+
+%build
+cp -a src src-example
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING LICENSE* THANKS TODO doc/*
+%doc src-example/examples
+%{_includedir}/asio
+%{_includedir}/*.hpp
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/10/23 09:39:13 arekm
+- initial
+
+
================================================================
More information about the pld-cvs-commit
mailing list