wok view opusfile-dev/receipt @ rev 25078

updated opusfile and opusfile-dev (0.11 -> 0.12)
author Hans-G?nter Theisgen
date Wed Jun 15 15:02:56 2022 +0100 (23 months ago)
parents 56ee356284c6
children d4ddec506db5
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 }