File: tnt

package info (click to toggle)
game-data-packager 19
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 132 kB
  • ctags: 11
  • sloc: sh: 116; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

SHORTNAME=tnt
LONGNAME="Final Doom: TNT: Evilution"

check_for_v19() {
	case "$CHECKSUM" in
		"4e158d9953c79ccf97bd0663244cc6b6")
			debug "tnt.wad checksum is correct"
			;;
		*)
			warn "the tnt.wad file has an unknown checksum"
			;;
	esac

}

if [ -f ./lib/game-data-packager-shared ]; then
	. ./lib/doom-common
else
	. /usr/lib/game-data-packager/doom-common
fi