mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wesnoth: remove noarch
This commit is contained in:
parent
c17d19d611
commit
b89da80f7f
2 changed files with 3 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
wesnoth
|
|
|
@ -1,29 +1,23 @@
|
||||||
# Template file for 'wesnoth'
|
# Template file for 'wesnoth'
|
||||||
pkgname=wesnoth
|
pkgname=wesnoth
|
||||||
version=1.14.13
|
version=1.14.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_OMP=1"
|
configure_args="-DENABLE_OMP=1"
|
||||||
hostmakedepends="pkg-config gettext"
|
hostmakedepends="pkg-config gettext"
|
||||||
makedepends="dbus-devel libgomp-devel fribidi-devel SDL2_image-devel
|
makedepends="dbus-devel libgomp-devel fribidi-devel SDL2_image-devel
|
||||||
SDL2_net-devel SDL2_ttf-devel SDL2_mixer-devel pango-devel libvorbis-devel
|
SDL2_net-devel SDL2_ttf-devel SDL2_mixer-devel pango-devel libvorbis-devel
|
||||||
zlib-devel bzip2-devel boost-devel libressl-devel SDL2-devel"
|
zlib-devel bzip2-devel boost-devel libressl-devel SDL2-devel"
|
||||||
depends="wesnoth-data desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Turn-based fantasy strategy game"
|
short_desc="Turn-based fantasy strategy game"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wesnoth.org"
|
homepage="https://wesnoth.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3824a6c2828a866ede7caab81287382d5e95969e240d9e22364500a83291b8de
|
checksum=3824a6c2828a866ede7caab81287382d5e95969e240d9e22364500a83291b8de
|
||||||
|
replaces="wesnoth-data>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# runit service
|
# runit service
|
||||||
vsv wesnothd
|
vsv wesnothd
|
||||||
}
|
}
|
||||||
|
|
||||||
wesnoth-data_package() {
|
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share/wesnoth
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue