xonotic: correct license
This commit is contained in:
parent
000010772d
commit
29fb0850cb
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'xonotic'
|
# Template file for 'xonotic'
|
||||||
pkgname=xonotic
|
pkgname=xonotic
|
||||||
version=0.8.2
|
version=0.8.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Xonotic"
|
wrksrc="Xonotic"
|
||||||
homepage="http://xonotic.org"
|
|
||||||
license="GPL-2, GPL-3"
|
|
||||||
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
|
||||||
short_desc="A free, fast-paced crossplatform first-person shooter"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
checksum=5e6916f1e6e9e22285bb71ddd075189102857383e74ed0b0a3d27cef08e0bd2b
|
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
hostmakedepends="unzip automake libtool"
|
hostmakedepends="unzip automake libtool"
|
||||||
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
||||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
||||||
depends="desktop-file-utils xonotic-data"
|
depends="desktop-file-utils xonotic-data"
|
||||||
|
short_desc="Free, fast-paced crossplatform first-person shooter"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||||
|
homepage="http://xonotic.org"
|
||||||
|
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
||||||
|
checksum=5e6916f1e6e9e22285bb71ddd075189102857383e74ed0b0a3d27cef08e0bd2b
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
local target
|
local target
|
||||||
|
@ -54,6 +53,7 @@ do_install() {
|
||||||
|
|
||||||
# crypto stuff
|
# crypto stuff
|
||||||
cd source/d0_blind_id
|
cd source/d0_blind_id
|
||||||
|
vlicense COPYING
|
||||||
make DESTDIR=$DESTDIR install
|
make DESTDIR=$DESTDIR install
|
||||||
|
|
||||||
# Remove devel stuff
|
# Remove devel stuff
|
||||||
|
|
Loading…
Reference in New Issue