SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xorgproto"

# SliTaz package receipt.

PACKAGE="xorgproto"
VERSION="2021.5"
CATEGORY="x-window"
SHORT_DESC="X.Org combined protocol headers"
MAINTAINER="maintainer@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://github.com/freedesktop/xorg-xorgproto"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="git|https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
BRANCH="2021.5"

BUILD_DEPENDS="git meson"

HOST_ARCH="i486 x86_64"

# Rules to configure and make the package.
compile_rules()
{
    meson _build \
        --prefix=/usr \
        --libdir=lib \
        --datadir=/usr/lib \
        --buildtype=release \
    -Dlegacy=true

        ninja   -C _build &&                                                                 
        ninja   -C _build install                 
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
        cp -a $install/*    $fs
}
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)