wok-current annotate gupnp-dev/receipt @ rev 25640
Patch xorg-server (CVE-2023-6816, CVE-2024-0229, CVE-2024-0408, CVE-2024-0409, CVE-2024-21885, CVE-2024-21886)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jan 16 20:32:03 2024 +0000 (12 months ago) |
parents | 893447290d82 |
children |
rev | line source |
---|---|
pascal@16072 | 1 # SliTaz package receipt. |
pascal@16072 | 2 |
pascal@16072 | 3 PACKAGE="gupnp-dev" |
pascal@16072 | 4 VERSION="0.20.10" |
pascal@16072 | 5 CATEGORY="development" |
pascal@16072 | 6 SHORT_DESC="Framework for creating UPnP devices and control points, development files." |
pascal@16072 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16072 | 8 LICENSE="LGPL2" |
pascal@16072 | 9 WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP" |
pascal@16072 | 10 WANTED="gupnp" |
pascal@16072 | 11 |
pascal@19774 | 12 DEPENDS="gupnp pkg-config" |
pascal@16072 | 13 |
pascal@16072 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16072 | 15 genpkg_rules() |
pascal@16072 | 16 { |
pascal@16072 | 17 mkdir -p $fs/usr/lib |
pascal@16072 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@16072 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@16072 | 20 cp -a $install/usr/include $fs/usr |
pascal@16072 | 21 } |