summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-32/Pkgfile
blob: 4d30a1fa19f2c6fe1d0511a3b3f2cef6a96b3c4f (plain)
    1 # Description: XCB utilities library
    2 # URL: https://xcb.freedesktop.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: xorg-libxcb-32 xorg-xcb-util
    5 
    6 name=xorg-xcb-util-32
    7 version=0.4.1
    8 release=1
    9 source=(https://www.x.org/releases/individual/xcb/xcb-util-$version.tar.xz)
   10 
   11 build() {
   12 	cd xcb-util-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 	rm -r $PKG/usr/include
   19 }

Generated by cgit