SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libglvnd"

# SliTaz package receipt.

PACKAGE="libglvnd"
VERSION="1.3.3"
CATEGORY="x-window"
SHORT_DESC="Vendor neutral GL dispatch library"
MAINTAINER="maintainer@slitaz.org"
LICENSE="MIT"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://gitlab.freedesktop.org/glvnd/libglvnd"
WGET_URL="git|https://gitlab.freedesktop.org/glvnd/libglvnd.git"
BRANCH="0f0d49f0"

DEPENDS=""
BUILD_DEPENDS="git automake libtool xorg-glproto"

# Rules to configure and make the package.
compile_rules()
{
    NOCONFIGURE=1 ./autogen.sh
    autoreconf -vif

    ./configure \
        --prefix=/usr \
        $CONFIGURE_ARGS &&
    make $MAKEFLAGS && make install
}

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