wok diff pulseaudio-vala/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 154c29d2a3ac
children 230b437620ca
line diff
     1.1 --- a/pulseaudio-vala/receipt	Tue Aug 12 13:57:50 2014 +0200
     1.2 +++ b/pulseaudio-vala/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.3 @@ -1,19 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pulseaudio-vala"
     1.7 -VERSION="5.0"
     1.8 +VERSION="8.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A sound system for POSIX OSes, vala files."
    1.11 +SHORT_DESC="A sound system for POSIX OSes (Vala files)"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1 GPL2 MIT"
    1.14  WEB_SITE="http://www.pulseaudio.org/"
    1.15 +
    1.16  WANTED="pulseaudio"
    1.17 -
    1.18  DEPENDS="pulseaudio"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share
    1.24 -	cp -a $install/usr/share/vala $fs/usr/share
    1.25 +	cook_copy_folders vala
    1.26  }