mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
libgltf: fix license
This commit is contained in:
parent
f32c5223d8
commit
26772de89a
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libgltf'
|
# Template file for 'libgltf'
|
||||||
pkgname=libgltf
|
pkgname=libgltf
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel glew-devel glu-devel glm libepoxy-devel"
|
makedepends="boost-devel glew-devel glu-devel glm libepoxy-devel"
|
||||||
short_desc="C++ Library for rendering OpenGL models stored in glTF format"
|
short_desc="C++ Library for rendering OpenGL models stored in glTF format"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MPL"
|
license="MPL-2.0"
|
||||||
homepage="http://www.libreoffice.org"
|
homepage="http://www.libreoffice.org"
|
||||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da
|
checksum=119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da
|
||||||
|
|
Loading…
Add table
Reference in a new issue