mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
eglexternalplatform: new port
This commit is contained in:
1
main/eglexternalplatform/.checksums
Normal file
1
main/eglexternalplatform/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
ca1c152789955332cf315a9934742be2 eglexternalplatform-1.1.tar.gz
|
||||
9
main/eglexternalplatform/.pkgfiles
Normal file
9
main/eglexternalplatform/.pkgfiles
Normal 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
|
||||
15
main/eglexternalplatform/spkgbuild
Executable file
15
main/eglexternalplatform/spkgbuild
Executable 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user