mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
cdogs-sdl: update to 0.6.8.
This commit is contained in:
parent
04d754e3c6
commit
77a0796823
1 changed files with 7 additions and 11 deletions
|
@ -1,25 +1,21 @@
|
||||||
# Template file for 'cdogs'
|
# Template file for 'cdogs-sdl'
|
||||||
pkgname=cdogs-sdl
|
pkgname=cdogs-sdl
|
||||||
version=0.6.7
|
version=0.6.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel"
|
makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel"
|
||||||
depends="cdogs-sdl-data>=${version}_${revision}"
|
depends="cdogs-sdl-data>=${version}_${revision}"
|
||||||
short_desc="A classic overhead run-and-gun game"
|
short_desc="A classic overhead run-and-gun game"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://cxong.github.io/cdogs-sdl/"
|
homepage="http://cxong.github.io/cdogs-sdl/"
|
||||||
license="GPL-2"
|
distfiles="https://github.com/cxong/cdogs-sdl/archive/${version}.tar.gz"
|
||||||
distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
|
checksum=292091a528203de41d186ed910ef36413a8adb3549c4a864fcb3792b9901a6ff
|
||||||
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
|
|
||||||
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
|
||||||
|
|
||||||
CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow"
|
CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
cdogs-sdl-data_package() {
|
cdogs-sdl-data_package() {
|
||||||
short_desc+=" - data"
|
short_desc+=" - data"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue