avr32 workarounds
[openadk.git] / package / libtorrent / Makefile
bloba46914b42c826656b03241a4e26658e3939008c3
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${TOPDIR}/rules.mk
6 PKG_NAME:= libtorrent
7 PKG_VERSION:= 0.12.6
8 PKG_RELEASE:= 1
9 PKG_MD5SUM:= 037499ed708aaf72988cee60e5a8d96b
10 PKG_DESCR:= A bittorrent library
11 PKG_SECTION:= libs
12 PKG_DEPENDS:= libopenssl libsigc++
13 PKG_BUILDDEP:= openssl libsigc++
14 PKG_URL:= http://libtorrent.rakshasa.no/
15 PKG_SITES:= http://libtorrent.rakshasa.no/downloads/
17 PKG_ARCH_DEPENDS:= !avr32
19 include ${TOPDIR}/mk/package.mk
21 $(eval $(call PKG_template,LIBTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 CONFIGURE_ARGS+= --enable-aligned
25 libtorrent-install:
26 ${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr/lib
27 ${CP} ${WRKINST}/usr/lib/libtorrent.so* ${IDIR_LIBTORRENT}/usr/lib
29 include ${TOPDIR}/mk/pkg-bottom.mk