xorg/libepoxy/Pkgfile
2018-04-14 20:01:33 +10:00

19 lines
446 B
Plaintext

# Description: A library for handling OpenGL function pointer management
# URL: https://github.com/anholt/libepoxy
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa3d
name=libepoxy
version=1.4.3
release=1
source=(https://github.com/anholt/libepoxy/releases/download/$version/libepoxy-$version.tar.xz)
build() {
cd libepoxy-$version
mkdir _build && cd _build
meson --prefix /usr
ninja
DESTDIR=$PKG ninja install
}