#Packager: Dimitris Tzemos pkgname=wayland-egl pkgver=17.0.4 pkgrel=1dj source=("https://github.com/duncan-roe/wayland-egl/archive/v17.0.4/$pkgname-$pkgver.tar.gz") docs=("COPYING" "README" "TODO" "doc/Contributing") url='http://wayland.freedesktop.org' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wayland-egl (mesa EGL component)" "EGL is an interface between Khronos rendering APIs (such as OpenGL," "OpenGL ES or OpenVG) and the underlying native platform windowing" "system. EGL handles graphics context management, surface/buffer" "binding, rendering synchronization, and enables high-performance," "accelerated, mixed-mode 2D APIs. EGL is managed by the non-profit" "technology consortium Khronos Group." "The Wayland display server protocol uses EGL. If you build qt5 with" "its optional dependency wayland and then build vlc then vlc will" "require wayland-egl." ) build() { cd $SRC/$pkgname-$pkgver libtoolize aclocal autoreconf --install ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --build=$arch-slackware-linux make || return 1 make check || return 1 make install-strip DESTDIR=$PKG || return 1 }