13 lines
555 B
Makefile
Executable file
13 lines
555 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Frank Hartung (supervisedthinking (@) gmail.com)
|
|
|
|
PKG_NAME="xcb-util-renderutil"
|
|
PKG_VERSION="0.3.9"
|
|
PKG_SHA256="c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://xcb.freedesktop.org/XcbUtil/"
|
|
PKG_URL="https://xcb.freedesktop.org/dist/xcb-util-renderutil-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libxcb xorgproto util-macros"
|
|
PKG_LONGDESC="The xcb-util-renderutil package provides additional extensions to the XCB library."
|
|
|
|
|