# Description: Source code for ARM side libraries for interfacing to Raspberry Pi GPU. # URL: https://github.com/raspberrypi/userland # Maintainer: # Depends on: cmake name=rpi3-userland version=20191217 release=1 commit=42ec119e03eb8dffc7c83e2ac0e665e333abbef6 source=(https://github.com/raspberrypi/userland/archive/$commit/$name-$version.tar.gz) build() { mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release \ -DARM64=ON \ ../userland-$commit make make DESTDIR=$PKG install find $PKG \(\ -iname "*readme*" \ -o -iname "*license*" \ \) -exec rm -fr '{}' \+ }