summaryrefslogtreecommitdiff
path: root/glu-32/Pkgfile
blob: ed550380cbfa766b75057880ae86bb05a6bd3ef4 (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.1
    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