aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mumpot
AgeCommit message (Expand)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
n13'>13 14 15 16 17
DESCRIPTION = "Device specific configuration for prboom"
SECTION = "games"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "file://prboom.cfg"

S = "${WORKDIR}/${PN}"

FILES_${PN} = "/usr/share/games/doom/prboom.cfg"

do_install() {
	install -d ${D}/usr/share/games/doom/

	install -m 644 ${WORKDIR}/prboom.cfg ${D}/usr/share/games/doom/
}