eglexternalplatform: initial commit, version 1.1

This commit is contained in:
Tim Biermann 2020-06-14 21:03:06 +00:00
parent 52fd7af5e5
commit 8b388fce66
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/EGL/
-rw-r--r-- root/root usr/include/EGL/eglexternalplatform.h
-rw-r--r-- root/root usr/include/EGL/eglexternalplatformversion.h
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/eglexternalplatform.pc

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zDmAw/idPogt+vWTSPgKG9rhjXoBrWAu3Q0vPFGM4WQGr7fQEHUHj1MlEYbfU2IIDHnzDW8AWgT80jaK1bZxAU=
SHA256 (Pkgfile) = cbd66c6a4f94534e58f64111d043b365dfa8f73a54e639af875a433a91e8eea5
SHA256 (.footprint) = e7efe3a5e4b82b10c6d598a26845e9ba95a6928c44173870693bc285d1d1d01c
SHA256 (eglexternalplatform-1.1.tar.gz) = 72725c4c9dd06b4d44bceb8794e1e78f75ed8702be23201282f8f937252a6b32

View File

@ -0,0 +1,15 @@
# Description: EGL External Platform interface
# URL: https://github.com/NVIDIA/eglexternalplatform
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=eglexternalplatform
version=1.1
release=1
source=(https://github.com/NVIDIA/eglexternalplatform/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
install -Dt $PKG/usr/include/EGL -m644 interface/*
install -Dt $PKG/usr/share/pkgconfig -m644 *.pc
}