mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
crawl-tiles: update to 0.24.0.
This commit is contained in:
parent
a9e5c44a9b
commit
718d6fb2fa
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'crawl-tiles'
|
# Template file for 'crawl-tiles'
|
||||||
pkgname=crawl-tiles
|
pkgname=crawl-tiles
|
||||||
version=0.23.2
|
version=0.24.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="crawl-${version}"
|
wrksrc="crawl-${version}"
|
||||||
build_wrksrc="crawl-ref/source"
|
build_wrksrc="crawl-ref/source"
|
||||||
make_build_args="prefix=/usr bin_prefix=bin DATADIR=/usr/share/crawl-tiles
|
make_build_args="prefix=/usr bin_prefix=bin DATADIR=/usr/share/crawl-tiles
|
||||||
TILES=y SOUND=y GAME=crawl-tiles"
|
TILES=y SOUND=y GAME=crawl-tiles"
|
||||||
hostmakedepends="dejavu-fonts-ttf perl pkg-config pngcrush python python-yaml"
|
hostmakedepends="dejavu-fonts-ttf perl pkg-config pngcrush python3 python3-yaml"
|
||||||
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel
|
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel
|
||||||
SDL2-devel SDL2_mixer-devel SDL2_image-devel freetype-devel"
|
SDL2-devel SDL2_mixer-devel SDL2_image-devel freetype-devel"
|
||||||
depends="dejavu-fonts-ttf"
|
depends="dejavu-fonts-ttf"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://crawl.develz.org/"
|
homepage="http://crawl.develz.org/"
|
||||||
distfiles="https://github.com/crawl/crawl/archive/${version}.tar.gz"
|
distfiles="https://github.com/crawl/crawl/archive/${version}.tar.gz"
|
||||||
checksum=9fe2be2befc36f5079125b86b1361fafe109c917221b2394f185e09a332d6859
|
checksum=672a16a1326ec0383c6000838514ef1eadc9df1ea26de8697871c95a200aa924
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue