### this file is sourced not run
PKGVER=1.5.10
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=libepoxy-$PKGVER.tar.xz
MD5SUM=10c635557904aed5239a4885a7c4efb7
SRC_URL=https://download.gnome.org/sources/libepoxy/1.5/$TARBALL
BUNDLE=

SLACKREQ='' # mesa, or any other opengl library, really
SLACKDESC="libepoxy: libepoxy $PKGVER (OpenGL helper library)  
libepoxy:  
libepoxy: Epoxy is a library for handling OpenGL function pointer management 
libepoxy: for you. It hides the complexity of dlopen(), dlsym(), 
libepoxy: glXGetProcAddress(), eglGetProcAddress(), etc. from the app 
libepoxy: developer, with very little knowledge needed on their part. They get 
libepoxy: to read GL specs and write code using undecorated function names 
libepoxy: like glCompileShader().  
libepoxy: 
libepoxy: 
libepoxy: https://github.com/anholt/libepoxy
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	MESONFLAGS="$MESONFLAGS --buildtype=release"
	pkg_build_meson &&
	pkg_build_slackdesc
}
