# Description: xorg proto xf86vidmodeproto # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: xorg-xf86vidmodeproto name=xorg-xf86vidmodeproto-32 version=2.3.1 release=1 source=(https://www.x.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2) build() { cd xf86vidmodeproto-$version ./configure --prefix=/usr --libdir=/usr/lib32 make make DESTDIR=$PKG install rm -rf $PKG/usr/include }