python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / bitfighter / template
blob68799d7fc5912904b899de9e473fc06dc6d021df
1 # Template file for 'bitfighter'
2 pkgname=bitfighter
3 version=0.19f
4 revision=1
5 wrksrc="${pkgname}-${version/./}"
6 build_style=cmake
7 hostmakedepends="pkg-config unzip"
8 makedepends="boost-devel MesaLib-devel SDL2-devel LuaJIT-devel
9  libopenal-devel libmariadbclient-devel libmodplug-devel
10  libpng-devel libtomcrypt-devel speex-devel"
11 depends="desktop-file-utils libmpg123 bitfighter-data"
12 short_desc="Fast-paced team-based outer-space multi-player arcade game"
13 maintainer="cr6git <quark6@protonmail.com>"
14 homepage="https://bitfighter.org/"
15 license="GPL-2"
16 distfiles="
17  http://bitfighter.org/files/${pkgname}-${version/./}.tar.gz
18  http://bitfighter.org/files/classic_level_pack.zip"
19 checksum="
20  3ca8dd7fc26febc1f7705da3c32bf91e7b23a55869bd3138d5b091fe4f006803
21  d628a2b0af024a965b92877f321f2174d6309b7ce9236775af3bd86a67fcc72b"
23 CXXFLAGS="-Wno-narrowing"
25 post_install() {
26         vcopy ../classic_level_pack/* usr/share/bitfighter/levels
29 bitfighter-data_package() {
30         short_desc+=" - classic level pack"
31         noarch=yes
32         pkg_install() {
33                 vmove usr/share/bitfighter
34         }