wok-next diff libtorrent-rasterbar/receipt @ rev 15482
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 17:13:06 2013 +0000 (2013-11-10) |
parents | 6e5c595df106 |
children | d7ecb10cce31 |
line diff
1.1 --- a/libtorrent-rasterbar/receipt Sat Jun 01 08:24:46 2013 +0000 1.2 +++ b/libtorrent-rasterbar/receipt Sun Nov 10 17:13:06 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="libboost-thread libboost-math libboost-filesystem libboost-python openssl python" 1.8 -BUILD_DEPENDS="libboost-thread-dev libboost-math-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.rasterbar.com/products/libtorrent/" 1.12 WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" 1.13 1.14 +DEPENDS="libboost-thread libboost-math libboost-filesystem libboost-python openssl python" 1.15 +BUILD_DEPENDS="libboost-thread-dev libboost-math-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {