mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
starfighter: update to 2.4.
This commit is contained in:
parent
dc6adc808f
commit
8890e96cba
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'starfighter'
|
# Template file for 'starfighter'
|
||||||
pkgname=starfighter
|
pkgname=starfighter
|
||||||
version=2.0.0.2
|
version=2.4
|
||||||
revision=2
|
revision=1
|
||||||
_version="${version%.*.*}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="exec_prefix=/usr"
|
configure_args="exec_prefix=/usr"
|
||||||
hostmakedepends="pkg-config automake"
|
hostmakedepends="pkg-config automake gettext python3"
|
||||||
makedepends="SDL2_image-devel SDL2_mixer-devel"
|
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel pango-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Side-scrolling shoot 'em up space game"
|
short_desc="Side-scrolling shoot 'em up space game"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://pr-starfighter.github.io"
|
homepage="https://pr-starfighter.github.io"
|
||||||
distfiles="https://github.com/pr-starfighter/starfighter/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pr-starfighter/starfighter/archive/v${version}.tar.gz"
|
||||||
checksum=100562f2e12530ff4e360898ec5aace7f2c99806a9cba68d02466e82f8c1ae83
|
checksum=d0757da7657253316053acf37dabf8e54607420d66a4d7cc2a9fc0d4b4d54074
|
||||||
replaces="starfighter-data>=0"
|
replaces="starfighter-data>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue