crawl: update to 0.26.0.
This commit is contained in:
parent
141243b5a2
commit
6015db0654
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'crawl'
|
# Template file for 'crawl'
|
||||||
pkgname=crawl
|
pkgname=crawl
|
||||||
version=0.25.1
|
version=0.26.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="crawl-ref/source"
|
build_wrksrc="crawl-ref/source"
|
||||||
make_build_args="prefix=/usr bin_prefix=bin"
|
make_build_args="prefix=/usr bin_prefix=bin"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://crawl.develz.org/"
|
homepage="http://crawl.develz.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=41ddf73543940a4d16a7f23c618e2f464dd6d3dd3affc999d2412d8af3f01126
|
checksum=6306c835246057bf91b6690fde14c2c3433ebe1d526876f96c46fab6dc109d45
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -20,12 +20,9 @@ post_extract() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
echo $version >util/release_ver
|
echo $version >util/release_ver
|
||||||
# crashes with relro?
|
|
||||||
make ${makejobs} CC="$CC" CXX="$CXX" \
|
|
||||||
EXTERNAL_FLAGS="$CFLAGS" V=1 build-rltiles
|
|
||||||
make ${makejobs} CC="$CC" CXX="$CXX" \
|
make ${makejobs} CC="$CC" CXX="$CXX" \
|
||||||
EXTERNAL_FLAGS="$CFLAGS" EXTERNAL_LDFLAGS="$LDFLAGS" \
|
EXTERNAL_FLAGS="$CFLAGS" EXTERNAL_LDFLAGS="$LDFLAGS" \
|
||||||
${make_build_args} V=1 DESTDIR=${DESTDIR}
|
${make_build_args} V=1 NO_TRY_GOLD=1 DESTDIR=${DESTDIR}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue