24 lines
546 B
Plaintext
Raw Permalink Normal View History

2013-05-31 21:44:21 +10:00
# Description: X cursor management library
2017-12-04 19:05:08 +11:00
# URL: https://cgit.freedesktop.org/xorg/lib/libXcursor/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2017-11-01 22:41:39 +11:00
# Depends on: xorg-libxcursor xorg-libxfixes-32 xorg-libxrender-32
name=xorg-libxcursor-32
2024-11-10 22:18:53 +01:00
version=1.2.3
release=1
2022-06-16 16:47:36 +02:00
source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.xz)
build() {
cd libXcursor-$version
2017-12-04 19:05:08 +11:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-05-31 21:44:21 +10:00
2017-12-04 19:05:08 +11:00
rm -r $PKG/usr/{include,share/man}
rmdir $PKG/usr/share
}