
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" HOST_ARCH="i486 x86_64" # 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 }
6094 packages and 260718 files in current database (Thu May 22 20:30:04 2025)