2014-07-19 16:41:13 +02:00
|
|
|
# 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
|
2018-04-14 20:01:33 +10:00
|
|
|
# Depends on: mesa3d
|
2014-07-19 16:41:13 +02:00
|
|
|
|
|
|
|
name=libepoxy
|
2018-02-04 17:16:52 +01:00
|
|
|
version=1.4.3
|
2014-07-19 16:41:13 +02:00
|
|
|
release=1
|
2017-05-08 20:35:43 +02:00
|
|
|
source=(https://github.com/anholt/libepoxy/releases/download/$version/libepoxy-$version.tar.xz)
|
2014-07-19 16:41:13 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libepoxy-$version
|
2018-02-04 17:16:52 +01:00
|
|
|
|
|
|
|
mkdir _build && cd _build
|
|
|
|
meson --prefix /usr
|
|
|
|
ninja
|
|
|
|
DESTDIR=$PKG ninja install
|
2014-07-19 16:41:13 +02:00
|
|
|
}
|