wok diff netsurf/receipt @ rev 20980

amule source modified for cryptopp 8.0.0
author Hans-G?nter Theisgen
date Wed Mar 06 13:37:18 2019 +0100 (2019-03-06)
parents b1b64d852292
children e6a4cd87fdcb
line diff
     1.1 --- a/netsurf/receipt	Wed Mar 25 16:55:26 2015 +0200
     1.2 +++ b/netsurf/receipt	Wed Mar 06 13:37:18 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="netsurf"
     1.7 -VERSION="3.3"
     1.8 +VERSION="3.6"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A simple, fast and light web browser using GTK."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -49,6 +49,7 @@
    1.13  	rm -rf $fs/usr/share/netsurf/*.xpm
    1.14  	rm -rf $fs/usr/share/netsurf/license
    1.15  	# Webhome
    1.16 -	cp -a stuff/webhome $fs/usr/share
    1.17 +	cp -a $stuff/welcome.* $fs/usr/share/netsurf
    1.18 +	rm $fs/usr/share/netsurf/*/welcome.html
    1.19  	chown -R root.root $fs
    1.20  }