mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
libglvnd: update to 1.3.2, grep license
This commit is contained in:
parent
060b81a95e
commit
82ac58d7b1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libglvnd'
|
# Template file for 'libglvnd'
|
||||||
pkgname=libglvnd
|
pkgname=libglvnd
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libglvnd-v${version}"
|
wrksrc="libglvnd-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
|
||||||
license="custom:MIT-alike"
|
license="custom:MIT-alike"
|
||||||
homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
|
homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
|
||||||
distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz"
|
||||||
checksum=b26c931ff79feced0d1ac69332797a08427308fa85541282ee9995680c880b24
|
checksum=6332c27f4c792b09a3eb1d7ae18c2d6ff6a0acaf3a746489caf859e659fca2f7
|
||||||
|
|
||||||
provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
|
provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
|
||||||
replaces="libGL>=0 libEGL>=0 libGLES>=0"
|
replaces="libGL>=0 libEGL>=0 libGLES>=0"
|
||||||
|
@ -27,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
$XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE"
|
grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue