wok view opusfile-dev/receipt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (18 months ago)
parents c4b5fb10fb0e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="opusfile-dev"
4 VERSION="0.12"
5 CATEGORY="development"
6 SHORT_DESC="Opus streams in the Ogg container I/O, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://opus-codec.org/"
11 DEPENDS="openssl-dev opus-dev opusfile pkg-config"
12 WANTED="opusfile"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 cook_copy_files *.*a
20 sed -i "s|Version: unknown|Version: $VERSION|" $fs/usr/lib/pkgconfig/*.pc
21 }