new xorg-xcb-util-cursor port

This commit is contained in:
Alexander Zhirov 2024-03-24 22:13:32 +03:00
parent 3e07ede3e7
commit 7f50fbf9a4
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Description: XCB utilities library
# URL: https://xcb.freedesktop.org/
# Maintainer: Alexander Zhirov
# Depends on: xorg-xcb-util-image xorg-xcb-util-renderutil
name=xorg-xcb-util-cursor
version=0.1.5
release=1
source=(https://xorg.freedesktop.org/archive/individual/lib/xcb-util-cursor-$version.tar.xz)
build() {
cd xcb-util-cursor-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}