ports/contrib (3.5): eglexternalplatform: initial commit, version 1.1
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 8b388fce66562e4fcf81585cc07ba4a9e0f4910a Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 21:03:06 2020 +0000 eglexternalplatform: initial commit, version 1.1 diff --git a/eglexternalplatform/.footprint b/eglexternalplatform/.footprint new file mode 100644 index 000000000..ab96e4de9 --- /dev/null +++ b/eglexternalplatform/.footprint @@ -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 diff --git a/eglexternalplatform/.signature b/eglexternalplatform/.signature new file mode 100644 index 000000000..971ca1339 --- /dev/null +++ b/eglexternalplatform/.signature @@ -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 diff --git a/eglexternalplatform/Pkgfile b/eglexternalplatform/Pkgfile new file mode 100644 index 000000000..76dd83548 --- /dev/null +++ b/eglexternalplatform/Pkgfile @@ -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-$versio...) + +build() { + cd $name-$version + install -Dt $PKG/usr/include/EGL -m644 interface/* + install -Dt $PKG/usr/share/pkgconfig -m644 *.pc +}
participants (1)
-
crux@crux.nu