PKGNAME=asio
PKGSEC=libs
PKGDEP="boost openssl"
PKGDES="Cross-platform C++ library for ASynchronous Network I/O, AS(n)IO"

AUTOTOOLS_AFTER="--enable-separate-compilation \
                 --enable-boost-coroutine \
                 --with-openssl=/usr"
AUTOTOOLS_AFTER__POWERPC=" \
                 ${AUTOTOOLS_AFTER} \
                 --disable-boost-coroutine"

PKGEPOCH=1
ABSPLITDBG=0
ABTYPE=autotools
