xorg/xorg-libxcursor/Pkgfile

19 lines
402 B
Plaintext

# Description: X cursor management library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxfixes xorg-libxrender
name=xorg-libxcursor
version=1.2.2
release=1
source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.xz)
build() {
cd libXcursor-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}