wok-6.x diff opusfile-dev/receipt @ rev 25165

updated python-caldav (0.6.2 -> 0.8.2)
author Hans-G?nter Theisgen
date Fri Jul 01 11:05:59 2022 +0100 (2022-07-01)
parents 56ee356284c6
children d4ddec506db5
line diff
     1.1 --- a/opusfile-dev/receipt	Sat May 23 18:02:24 2020 +0000
     1.2 +++ b/opusfile-dev/receipt	Fri Jul 01 11:05:59 2022 +0100
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="opusfile-dev"
     1.7 -VERSION="0.11"
     1.8 +VERSION="0.12"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Opus streams in the Ogg container I/O, development files"
    1.11 +SHORT_DESC="Opus streams in the Ogg container I/O, development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13 -LICENSE="GPL2"
    1.14 +LICENSE="BSD"
    1.15  WEB_SITE="https://opus-codec.org/"
    1.16 +
    1.17 +DEPENDS="openssl-dev opus-dev opusfile pkg-config"
    1.18  WANTED="opusfile"
    1.19  
    1.20 -DEPENDS="opusfile openssl-dev opus-dev pkg-config"
    1.21 -
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29 +	cook_copy_folders	include
    1.30 +	cook_copy_folders	pkgconfig
    1.31 +	cook_copy_files		*.*a
    1.32  }