mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
irrlicht: fix license
This commit is contained in:
parent
28385e22da
commit
84df85c1f6
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'irrlicht'
|
# Template file for 'irrlicht'
|
||||||
pkgname=irrlicht
|
pkgname=irrlicht
|
||||||
version=1.8.4
|
version=1.8.4
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="unzip pkg-config"
|
hostmakedepends="unzip pkg-config"
|
||||||
makedepends="libjpeg-turbo-devel libpng-devel libXcursor-devel libXext-devel MesaLib-devel"
|
makedepends="libjpeg-turbo-devel libpng-devel libXcursor-devel libXext-devel MesaLib-devel"
|
||||||
short_desc="Lightning fast realtime 3D engine"
|
short_desc="Lightning fast realtime 3D engine"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="BSD-3-Clause, bzip2-1.0.5, IJG, Libpng"
|
||||||
homepage="http://irrlicht.sourceforge.net"
|
homepage="http://irrlicht.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
|
||||||
checksum=f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433
|
checksum=f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433
|
||||||
|
@ -46,6 +46,9 @@ do_install() {
|
||||||
ln -s libIrrlicht.so.${version} libIrrlicht.so.1
|
ln -s libIrrlicht.so.${version} libIrrlicht.so.1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense doc/irrlicht-license.txt
|
||||||
|
}
|
||||||
irrlicht-devel_package() {
|
irrlicht-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue