diff options
Diffstat (limited to 'package/libtorrent/Makefile')
-rw-r--r-- | package/libtorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index fc4a051a3..959d0e286 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= libtorrent PKG_VERSION:= 0.13.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 96c0b81501357df402ab592f59ecaeab -PKG_DESCR:= A bittorrent library +PKG_DESCR:= bittorrent library PKG_SECTION:= libs PKG_DEPENDS:= libopenssl libsigc++ PKG_BUILDDEP:= openssl libsigc++ @@ -15,6 +15,8 @@ PKG_URL:= http://libtorrent.rakshasa.no/ PKG_SITES:= http://libtorrent.rakshasa.no/downloads/ PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBTORRENT,libtorrent,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |