SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "wpebackend-fdo"

# SliTaz package receipt.

PACKAGE="wpebackend-fdo"
VERSION="1.12.0"
CATEGORY="libs"
SHORT_DESC="General-purpose library for WPE WebKit"
MAINTAINER="maintainer@slitaz.org"
LICENSE="other"
WEB_SITE="https://wpewebkit.org"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$WEB_SITE/releases/$TARBALL"

DEPENDS="libxkbcommon libwpe wayland mesa libepoxy"
BUILD_DEPENDS="libxkbcommon-dev libwpe-dev \
libepoxy-dev wayland-dev mesa-dev meson"

# Rules to configure and make the package.
compile_rules()
{
        meson build \
            --prefix=/usr \
            --libdir=lib \
            --bindir=/usr/bin \
            --sbindir=/usr/sbin \
            --buildtype=release \
    -Dstrip=true &&
        ninja -C build &&
        ninja -C build install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()       
{                          
        mkdir -p $fs/usr/lib
        cp -a $install/usr/lib/*.so* $fs/usr/lib
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)