# Maintainer: Natanael Copa pkgname=libxcursor pkgver=1.2.1 pkgrel=3 pkgdesc="X cursor management library" url="https://xorg.freedesktop.org/" arch="all" license="MIT" options="!check" # No test suite. subpackages="$pkgname-dev $pkgname-doc" makedepends="xorgproto util-macros libx11-dev libxrender-dev libxfixes-dev" source="https://www.x.org/releases/individual/lib/libXcursor-$pkgver.tar.xz" builddir="$srcdir"/libXcursor-$pkgver # secfixes: # 1.1.15-r0: # - CVE-2017-16612 build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc make } package() { make DESTDIR="$pkgdir" install } sha512sums=" ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3 libXcursor-1.2.1.tar.xz "