wok diff libtorrent/receipt @ rev 14718

lib[s-z]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:57:36 2013 +0200 (2013-06-11)
parents e8dfa7a938d8
children b18dfc65984c
line diff
     1.1 --- a/libtorrent/receipt	Wed Nov 02 06:37:35 2011 +0000
     1.2 +++ b/libtorrent/receipt	Tue Jun 11 11:57:36 2013 +0200
     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  }