wok view opus-dev/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
parents c8285a3d30a2
children f0484014527d
line source
1 # SliTaz package receipt.
3 PACKAGE="opus-dev"
4 VERSION="1.2.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 }