wok-current diff webkit2gtk-dev/receipt @ rev 25687

Up expat CVE-2024-28757
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 15 07:23:20 2024 +0000 (5 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webkit2gtk-dev/receipt	Fri Mar 15 07:23:20 2024 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="webkit2gtk-dev"
     1.7 +VERSION="2.34.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="devel files for webkit2gtk"
    1.10 +WANTED="webkit2gtk"
    1.11 +MAINTAINER="mallory@sweetpeople.org"
    1.12 +LICENSE="LGPL2"
    1.13 +WEB_SITE="https://webkitgtk.org"
    1.14 +HOST_ARCH="i486 arm"
    1.15 +
    1.16 +DEPENDS="webkit2gtk libatomic libsoup-dev enchant-dev libtasn1-dev sqlite-dev \
    1.17 +harfbuzz-icu gstreamer-1.0 gst-plugins-base-1.0 libegl-mesa libsecret-dev \
    1.18 +libwebp-dev libnotify-dev woff2-dev openjpeg2-dev hyphen-dev lcms2-dev"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 +	# ARM: no pkg-config, include or gir files 
    1.25 +	case "$ARCH" in
    1.26 +		i?86)
    1.27 +			cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +			cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.29 +			cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.30 +			cp -a $install/usr/include $fs/usr;;
    1.31 +	esac
    1.32 +}