summaryrefslogtreecommitdiff
path: root/libglvnd-32/Pkgfile
blob: 7d375cee7c33263adf7b758848e743e09e8e54af (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: xorg-libx11-32
    5 
    6 name=libglvnd-32
    7 version=1.0.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 		--build=i686-unknown-linux-gnu \
   16 		--libdir=/usr/lib32
   17 	make
   18 	make DESTDIR=$PKG install
   19 	rm -r $PKG/usr/include
   20 }

Generated by cgit