wok view opus-dev/receipt @ rev 20034

Up get-palemoon (27.4.2), smtube (17.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 24 01:39:28 2017 +0200 (2017-08-24)
parents 2dad74422e4c
children c8f9323bb442
line source
1 # SliTaz package receipt.
3 PACKAGE="opus-dev"
4 VERSION="1.1.4"
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 }