wok-current diff wpebackend-fdo/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (2 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wpebackend-fdo/receipt	Thu Apr 04 08:53:51 2024 +0000
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wpebackend-fdo"
     1.7 +VERSION="1.12.0"
     1.8 +CATEGORY="libs"
     1.9 +SHORT_DESC="General-purpose library for WPE WebKit"
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://wpewebkit.org"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="$WEB_SITE/releases/$TARBALL"
    1.16 +
    1.17 +DEPENDS="libxkbcommon libwpe wayland mesa libepoxy"
    1.18 +BUILD_DEPENDS="libxkbcommon-dev libwpe-dev \
    1.19 +libepoxy-dev wayland-dev mesa-dev meson"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +        meson build \
    1.25 +            --prefix=/usr \
    1.26 +            --libdir=lib \
    1.27 +            --bindir=/usr/bin \
    1.28 +            --sbindir=/usr/sbin \
    1.29 +            --buildtype=release \
    1.30 +	-Dstrip=true &&
    1.31 +        ninja -C build &&
    1.32 +        ninja -C build install
    1.33 +}
    1.34 +
    1.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 +genpkg_rules()       
    1.37 +{                          
    1.38 +        mkdir -p $fs/usr/lib
    1.39 +        cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.40 +}