summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-keysyms-32/Pkgfile
blob: ac5f272cfa26c048abe1b92d8b2de8067ea50bb8 (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-keysyms
    5 
    6 name=xorg-xcb-util-keysyms-32
    7 version=0.4.1
    8 release=1
    9 source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.xz)
   10 
   11 build() {
   12 	cd xcb-util-keysyms-$version
   13 
   14 	./configure --prefix=/usr --libdir=/usr/lib32
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm -r $PKG/usr/include
   20 }

Generated by cgit