summaryrefslogtreecommitdiff
path: root/libglvnd-32/Pkgfile
blob: b119985b6834e38a203a43910ab1a36fed7e946f (plain)
    1 # Description: The GL Vendor-Neutral Dispatch library
    2 # URL: https://github.com/NVIDIA/libglvnd
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: libglvnd xorg-libxext-32
    5 
    6 name=libglvnd-32
    7 version=1.6.0
    8 release=1
    9 source=(https://github.com/NVIDIA/${name%-32}/archive/v$version/${name%-32}-$version.tar.gz)
   10 
   11 build() {
   12 	cd ${name%-32}-$version
   13 	./autogen.sh
   14 	./configure --prefix=/usr \
   15 		--disable-headers \
   16 		--build=i686-unknown-linux-gnu \
   17 		--libdir=/usr/lib32
   18 	make
   19 	make DESTDIR=$PKG install
   20 	rm -r $PKG/usr/include
   21 }

Generated by cgit