wok-current view opusfile-dev/receipt @ rev 21288
updated libsctp and libsctp-dev (1.0.11 -> 1.0.17)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 16 16:33:43 2019 +0100 (2019-04-16) |
parents | cef3758eccf6 |
children | 56ee356284c6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="opusfile-dev"
4 VERSION="0.11"
5 CATEGORY="development"
6 SHORT_DESC="Opus streams in the Ogg container I/O, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://opus-codec.org/"
10 WANTED="opusfile"
12 DEPENDS="opusfile openssl-dev opus-dev 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/include $fs/usr
19 cp -a $install/usr/lib/*.a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }