xonotic: correct license
This commit is contained in:
parent
000010772d
commit
29fb0850cb
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'xonotic'
|
||||
pkgname=xonotic
|
||||
version=0.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
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"
|
||||
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
||||
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() {
|
||||
local target
|
||||
|
@ -54,6 +53,7 @@ do_install() {
|
|||
|
||||
# crypto stuff
|
||||
cd source/d0_blind_id
|
||||
vlicense COPYING
|
||||
make DESTDIR=$DESTDIR install
|
||||
|
||||
# Remove devel stuff
|
||||
|
|
Loading…
Reference in New Issue