wok view opus-dev/receipt @ rev 21934

updated sox and sox-dev (14.3.2 -> 14.4.2)
author Hans-G?nter Theisgen
date Sun Oct 06 16:37:33 2019 +0100 (2019-10-06)
parents f0484014527d
children 56ee356284c6
line source
1 # SliTaz package receipt.
3 PACKAGE="opus-dev"
4 VERSION="1.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://opus-codec.org/"
11 WANTED="opus"
12 DEPENDS="opus pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share $fs/usr
22 }