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.gz"
WGET_URL="git|https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
BRANCH="2021.5"

BUILD_DEPENDS="git meson"

# 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
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)