xorg/glu/Pkgfile

17 lines
361 B
Plaintext
Raw Normal View History

2012-10-10 11:45:34 +02:00
# Description: Mesa OpenGL Utility library
# URL: https://www.mesa3d.org/
2012-10-10 11:45:34 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa
2012-10-10 11:45:34 +02:00
name=glu
2019-07-24 23:55:57 +02:00
version=9.0.1
2012-10-10 11:45:34 +02:00
release=1
2019-07-27 14:08:59 +02:00
source=(https://mesa.freedesktop.org/archive/$name/$name-$version.tar.xz)
2012-10-10 11:45:34 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
2012-10-10 11:45:34 +02:00
make
make DESTDIR=$PKG install
}