mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cdogs-sdl: update to 0.9.1.
This commit is contained in:
parent
3c049544ad
commit
6d8474bb60
2 changed files with 3 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
cdogs-sdl
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cdogs-sdl'
|
# Template file for 'cdogs-sdl'
|
||||||
pkgname=cdogs-sdl
|
pkgname=cdogs-sdl
|
||||||
version=0.7.3
|
version=0.9.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,16 +13,10 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://cxong.github.io/cdogs-sdl/"
|
homepage="http://cxong.github.io/cdogs-sdl/"
|
||||||
distfiles="https://github.com/cxong/cdogs-sdl/archive/${version}.tar.gz"
|
distfiles="https://github.com/cxong/cdogs-sdl/archive/${version}.tar.gz"
|
||||||
checksum=0a19a619dd02f647d680b245abc97359e04cdc4231a61b86397a37100907195c
|
checksum=0a19a619dd02f647d680b245abc97359e04cdc4231a61b86397a37100907195c
|
||||||
|
replaces="cdogs-sdl-data<=0.7.3"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i CMakeLists.txt -e "s; -Werror;;"
|
vsed -i CMakeLists.txt -e "s; -Werror;;"
|
||||||
}
|
}
|
||||||
|
|
||||||
cdogs-sdl-data_package() {
|
|
||||||
short_desc+=" - data"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share/cdogs
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue