urbanterror: fix license, description
This commit is contained in:
parent
7443c464c4
commit
aac6d33f3b
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'urbanterror'
|
||||
pkgname=urbanterror
|
||||
version=4.3.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="ioq3-for-UrbanTerror-4-release-${version}"
|
||||
makedepends="SDL-devel libopenal-devel libcurl-devel libvorbis-devel"
|
||||
depends="urbanterror-data>=${version}"
|
||||
short_desc="A team tactical shooter based on ioquake"
|
||||
short_desc="Team tactical shooter based on ioquake"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/Barbatos/ioq3-for-UrbanTerror-4"
|
||||
distfiles="https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${version}.tar.gz"
|
||||
checksum=ce9d09a8ad149f8a1d36a85a586e1dd8ec9b8dcb3e5e9e82ec2a33017655bf43
|
||||
|
@ -17,7 +17,7 @@ do_build() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) CFLAGS+=" -msse2";;
|
||||
esac
|
||||
sed -i 's,-O3 -march=i586,,' Makefile
|
||||
vsed -i 's,-O3 -march=i586,,' Makefile
|
||||
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -ldl -lm" \
|
||||
USE_OPENAL=yes USE_OPENAL_DLOPEN=0 \
|
||||
USE_CURL=1 USE_CURL_DLOPEN=0 \
|
||||
|
|
Loading…
Reference in a new issue