19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
|
# 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
|
||
|
}
|