new xorg-xcb-util-cursor port
This commit is contained in:
parent
3e07ede3e7
commit
7f50fbf9a4
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue