wok annotate zbar-dev/receipt @ rev 24334
polkit: CVE-2021-4034
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 28 11:07:11 2022 +0000 (2022-01-28) |
parents | 1fc119985c35 |
children | 8b705f9aa129 |
rev | line source |
---|---|
pascal@10903 | 1 # SliTaz package receipt. |
pascal@10903 | 2 |
pascal@10903 | 3 PACKAGE="zbar-dev" |
Hans-G?nter@23792 | 4 VERSION="0.23.1" |
pascal@10903 | 5 CATEGORY="development" |
Hans-G?nter@22326 | 6 SHORT_DESC="Decode barcode and QR code, development files." |
pascal@10903 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pascal@22343 | 9 WEB_SITE="https://github.com/mchehab/zbar" |
pascal@10903 | 10 |
pascal@15598 | 11 DEPENDS="zbar pkg-config" |
Hans-G?nter@22326 | 12 WANTED="zbar" |
pascal@10903 | 13 |
pascal@10903 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10903 | 15 genpkg_rules() |
pascal@10903 | 16 { |
pascal@10903 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22326 | 18 |
Hans-G?nter@22326 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22326 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@22326 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@10903 | 22 } |