wok annotate opusfile-dev/receipt @ rev 22055
updated ttf-open-dyslexic (20121111 -> 20160623)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 15:39:03 2019 +0100 (2019-10-23) |
parents | cef3758eccf6 |
children | 56ee356284c6 |
rev | line source |
---|---|
pascal@20519 | 1 # SliTaz package receipt. |
pascal@20519 | 2 |
pascal@20519 | 3 PACKAGE="opusfile-dev" |
pascal@20519 | 4 VERSION="0.11" |
pascal@20519 | 5 CATEGORY="development" |
pascal@20519 | 6 SHORT_DESC="Opus streams in the Ogg container I/O, development files" |
pascal@20519 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20519 | 8 LICENSE="GPL2" |
pascal@20519 | 9 WEB_SITE="http://opus-codec.org/" |
pascal@20519 | 10 WANTED="opusfile" |
pascal@20519 | 11 |
pascal@20523 | 12 DEPENDS="opusfile openssl-dev opus-dev pkg-config" |
pascal@20519 | 13 |
pascal@20519 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20519 | 15 genpkg_rules() |
pascal@20519 | 16 { |
pascal@20519 | 17 mkdir -p $fs/usr/lib |
pascal@20519 | 18 cp -a $install/usr/include $fs/usr |
pascal@20519 | 19 cp -a $install/usr/lib/*.a $fs/usr/lib |
pascal@20519 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@20519 | 21 } |