irrlicht: fix license
This commit is contained in:
parent
28385e22da
commit
84df85c1f6
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'irrlicht'
|
||||
pkgname=irrlicht
|
||||
version=1.8.4
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="unzip pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libXcursor-devel libXext-devel MesaLib-devel"
|
||||
short_desc="Lightning fast realtime 3D engine"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="BSD-3-Clause, bzip2-1.0.5, IJG, Libpng"
|
||||
homepage="http://irrlicht.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
|
||||
checksum=f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433
|
||||
|
@ -46,6 +46,9 @@ do_install() {
|
|||
ln -s libIrrlicht.so.${version} libIrrlicht.so.1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense doc/irrlicht-license.txt
|
||||
}
|
||||
irrlicht-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue