eglexternalplatform: new port

This commit is contained in:
Luis
2023-08-04 14:40:43 +00:00
parent 02ca7686b2
commit 2103d90ee2
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1 @@
ca1c152789955332cf315a9934742be2 eglexternalplatform-1.1.tar.gz

View File

@@ -0,0 +1,9 @@
eglexternalplatform-1.1-1
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,15 @@
# description : EGL External Platform interface
# homepage : https://github.com/NVIDIA/eglexternalplatform
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
}