mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rpi-userland: update to 20230920.
This commit is contained in:
parent
2ba6dbe111
commit
65095fe0b0
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'rpi-userland'
|
# Template file for 'rpi-userland'
|
||||||
_githash="97bc8180ad682b004ea224d1db7b8e108eda4397"
|
|
||||||
_gitshort="${_githash:0:7}"
|
|
||||||
|
|
||||||
pkgname=rpi-userland
|
pkgname=rpi-userland
|
||||||
version=20210623
|
version=20230920
|
||||||
revision=1
|
revision=1
|
||||||
|
_githash="44a3953fd13d5f0b9b0cd120b904aa7db370244e"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
configure_args="-DCMAKE_INSTALL_RPATH=\$ORIGIN/../lib"
|
configure_args="-DCMAKE_INSTALL_RPATH=\$ORIGIN/../lib"
|
||||||
short_desc="Raspberry Pi GPU userland libraries and utilities (git ${_gitshort})"
|
hostmakedepends="pkg-config"
|
||||||
|
short_desc="Raspberry Pi GPU userland libraries and utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/raspberrypi/userland"
|
homepage="https://github.com/raspberrypi/userland"
|
||||||
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
|
||||||
checksum=d67def03931215f41b741aed5a3a1bc2bd62fa33f5cc14692e9a4d65f2e0ea27
|
checksum=981c376a110f78fe579a72e218888646ccd5d71ab82d04bb1a8d7be1487b45f0
|
||||||
|
|
||||||
LDFLAGS="-Wl,--no-as-needed"
|
LDFLAGS="-Wl,--no-as-needed"
|
||||||
archs="armv6l* armv7l* aarch64*"
|
archs="armv6l* armv7l* aarch64*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue