wok-current view libav-dev/receipt @ rev 25702
Up git (CVE-2024-32002,CVE-2024-32004,CVE-2024-32020,CVE-2024-32021,CVE-2024-32465), gdk-pixbuf CVE-2022-48622, up linux 5.10.217
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 20 11:38:26 2024 +0000 (8 months ago) |
parents | d77ab883a8b3 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libav-dev"
4 VERSION="12.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libav."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 GPL3 LGPL2.1 LGPL3"
9 WEB_SITE="https://web.archive.org/web/20221220014926/https://www.libav.org/"
11 DEPENDS="libav pkg-config"
12 WANTED="libav"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }