mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
dhewm3: update to 1.5.4.
This commit is contained in:
parent
d00ad95917
commit
d9598786a4
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dhewm3'
|
# Template file for 'dhewm3'
|
||||||
pkgname=dhewm3
|
pkgname=dhewm3
|
||||||
version=1.5.1
|
version=1.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="neo"
|
build_wrksrc="neo"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -9,8 +9,11 @@ short_desc="Doom 3 GPL source port"
|
||||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://dhewm3.org/"
|
homepage="https://dhewm3.org/"
|
||||||
distfiles="https://github.com/dhewm/dhewm3/releases/download/${version}/dhewm3-${version}-src.tar.xz"
|
distfiles="https://github.com/dhewm/dhewm3/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=31671f35fb6f83272dfa2a27c0dad6183bc228f1f1a448ef925052cf4dcf4b68
|
checksum=d460d55f7912e220f4d209b66f47e31aad6c2a833af6236a3679096a51f21858
|
||||||
|
|
||||||
|
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue