compat-32/xorg-libxcursor-32/Pkgfile

24 lines
546 B
Plaintext
Raw Normal View History

2013-05-31 13:44:21 +02:00
# Description: X cursor management library
2017-12-04 09:05:08 +01:00
# URL: https://cgit.freedesktop.org/xorg/lib/libXcursor/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2017-11-01 12:41:39 +01:00
# Depends on: xorg-libxcursor xorg-libxfixes-32 xorg-libxrender-32
name=xorg-libxcursor-32
2022-06-16 16:47:36 +02:00
version=1.2.1
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 09:05:08 +01:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-05-31 13:44:21 +02:00
2017-12-04 09:05:08 +01:00
rm -r $PKG/usr/{include,share/man}
rmdir $PKG/usr/share
}