wok rev 21604

xine-ui: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 23 11:54:23 2019 +0200 (2019-05-23)
parents 9320d368d08a
children 92ce259ad0fe
files lz4/receipt xine-ui/receipt
line diff
     1.1 --- a/lz4/receipt	Thu May 23 10:46:10 2019 +0100
     1.2 +++ b/lz4/receipt	Thu May 23 11:54:23 2019 +0200
     1.3 @@ -23,6 +23,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr $install/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $src/doc $install/usr/share
    1.11 +	cp $src/README* $src/NEWS $src/LICENSE $install/usr/share/doc
    1.12  }
     2.1 --- a/xine-ui/receipt	Thu May 23 10:46:10 2019 +0100
     2.2 +++ b/xine-ui/receipt	Thu May 23 11:54:23 2019 +0200
     2.3 @@ -8,7 +8,7 @@
     2.4  LICENSE="GPL2"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     2.6  WEB_SITE="http://www.xine-project.org/"
     2.7 -WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
     2.8 +WGET_URL="$SF_MIRROR/project/xine/xine-ui/$VERSION/$TARBALL"
     2.9  
    2.10  # Keep Xine small for Live system, we have MPlaye or VLC has big video player.
    2.11  DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng \