wok diff wvstreams/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents d71ba04aa9f5
children 9e01bc6321ea
line diff
     1.1 --- a/wvstreams/receipt	Mon Jun 11 18:48:18 2012 +0200
     1.2 +++ b/wvstreams/receipt	Sat Nov 07 03:08:19 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="makes modem-based connection to Internet"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://wvstreams.googlecode.com"
    1.10  WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL"
    1.11 @@ -34,12 +35,12 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/etc $fs/var			
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/valgrind $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/sbin $fs/usr
    1.19 -	cp -a $_pkg/usr/etc/* $fs/etc
    1.20 -	cp -a $_pkg/usr/var/* $fs/var
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/valgrind $fs/usr/lib
    1.24 +	cp -a $install/usr/sbin $fs/usr
    1.25 +	cp -a $install/usr/etc/* $fs/etc
    1.26 +	cp -a $install/usr/var/* $fs/var
    1.27  }
    1.28  
    1.29  post_remove()