wok diff libtorrent/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents e8dfa7a938d8
children b18dfc65984c
line diff
     1.1 --- a/libtorrent/receipt	Wed Nov 02 06:37:35 2011 +0000
     1.2 +++ b/libtorrent/receipt	Mon Aug 05 11:40:01 2013 +0300
     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  }