xorg/libglvnd/Pkgfile

18 lines
423 B
Plaintext
Raw Normal View History

# Description: The GL Vendor-Neutral Dispatch library
# URL: https://github.com/NVIDIA/libglvnd
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxext
name=libglvnd
2019-10-16 19:12:04 +02:00
version=1.2.0
release=1
source=(https://github.com/NVIDIA/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
2019-10-16 19:12:04 +02:00
./configure --prefix=/usr --disable-headers
make
make DESTDIR=$PKG install
}