File: plutonia

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 (20 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SHORTNAME=plutonia
LONGNAME="Final Doom: The Plutonia Experiment"

check_for_v19() {
	case "$CHECKSUM" in
		"75c8cf89566741fa9d22447604053bd7")
            debug "plutonia.wad has a known checksum"
			;;
		*)
			warn "plutonia.wad has an unknwon checksum"
			;;
	esac

}

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