summaryrefslogtreecommitdiff
path: root/xorg-libxcursor-32/Pkgfile
blob: dc08fee1b2de6dbb4d65135c3b6d0e7a8525cc47 (plain)
    1 # Description: X cursor management library
    2 # URL: https://cgit.freedesktop.org/xorg/lib/libXcursor/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libxcursor xorg-libxfixes-32 xorg-libxrender-32
    5 
    6 name=xorg-libxcursor-32
    7 version=1.2.1
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXcursor-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 
   21 	rm -r $PKG/usr/{include,share/man}
   22 	rmdir $PKG/usr/share
   23 }

Generated by cgit