bsd-games: scoreboard/state files should be marked mutable

This commit is contained in:
Andrew Benson 2019-04-10 16:50:55 -05:00 committed by Johannes
parent 251f1491d5
commit f39c9592fb
1 changed files with 24 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'bsd-games'. Based on Arch PKGBUILD by Chris Brannon.
# Template file for 'bsd-games'
pkgname=bsd-games
version=2.17
revision=4
patch_args="-Np1"
revision=5
build_style=gnu-configure
make_dirs="
/var/games/bsdgames/hack 0775 root users
@ -11,12 +10,32 @@ make_dirs="
hostmakedepends="flex words-en"
makedepends="ncurses-devel"
depends="words-en"
short_desc="A linux port for a collection of BSD command line games"
short_desc="Linux port for a collection of BSD command line games"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD"
license="BSD-3-Clause, BSD-4-Clause"
homepage="ftp://ftp.ibiblio.org/pub/Linux/games/"
distfiles="ftp://ftp.lip6.fr/pub/linux/sunsite/games/${pkgname}-${version}.tar.gz"
checksum=066f924aef6c1c5ea946f588e36f303021f5dfc093944738f025d8edbc6fff60
mutable_files="/var/games/bsdgames/atc_score
/var/games/bsdgames/battlestar.log
/var/games/bsdgames/cfscores
/var/games/bsdgames/criblog
/var/games/bsdgames/saillog
/var/games/bsdgames/snake.log
/var/games/bsdgames/snakerawscores
/var/games/bsdgames/tetris-bsd.scores
/var/games/bsdgames/robots_roll
/var/games/bsdgames/phantasia/characs
/var/games/bsdgames/phantasia/gold
/var/games/bsdgames/phantasia/lastdead
/var/games/bsdgames/phantasia/mess
/var/games/bsdgames/phantasia/motd
/var/games/bsdgames/phantasia/scoreboard
/var/games/bsdgames/phantasia/void
/var/games/bsdgames/phantasia/monsters
/var/games/bsdgames/hack/record
/var/games/bsdgames/hack/perm"
patch_args="-Np1"
nocross=yes
post_extract() {