SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libepoxy"

# SliTaz package receipt.

PACKAGE="libepoxy"
VERSION="1.5.10"
CATEGORY="x-window"
SHORT_DESC="Library for handling OpenGL function pointer management"
MAINTAINER="mantainer@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://github.com/anholt/libepoxy/"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="https://download.gnome.org/sources/libepoxy/${VERSION%.*}/$TARBALL"

DEPENDS=""
BUILD_DEPENDS="mesa-dev libegl-mesa meson"

# Rules to configure and make the package.
compile_rules()
{
        meson build \
            --prefix=/usr \
            --libdir=lib \
            --bindir=/usr/bin \
            --sbindir=/usr/sbin \
            --buildtype=release &&
        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)