wok-next diff libtorrent/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | e8dfa7a938d8 |
children | b18dfc65984c |
line diff
1.1 --- a/libtorrent/receipt Wed Nov 02 06:37:35 2011 +0000 1.2 +++ b/libtorrent/receipt Thu Aug 15 11:41:58 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Torrent library for rtorrent" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://libtorrent.rakshasa.no/" 1.10 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" 1.11 @@ -27,5 +28,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 }