summaryrefslogtreecommitdiff
path: root/glu-32/Pkgfile
blob: ded9a8385285a1426959b655547d6707471ab977 (plain)
    1 # Description: Mesa OpenGL Utility library
    2 # URL: https://www.mesa3d.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: glu mesa-32
    5 
    6 name=glu-32
    7 version=9.0.2
    8 release=1
    9 source=(https://mesa.freedesktop.org/archive/glu/glu-$version.tar.xz)
   10 
   11 build() {
   12 	cd glu-$version
   13 	./configure --prefix=/usr \
   14 		--libdir=/usr/lib32
   15 	make
   16 	make DESTDIR=$PKG install
   17 	rm -rf $PKG/usr/include
   18 }

Generated by cgit