The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / doom-wad / doom-wad.mk
1 ################################################################################
2 #
3 # doom-wad
4 #
5 ################################################################################
6
7 DOOM_WAD_VERSION = 1.8
8 DOOM_WAD_SOURCE = doom-$(DOOM_WAD_VERSION).wad.gz
9 DOOM_WAD_SITE = ftp://ftp.idsoftware.com/idstuff/doom
10
11 define DOOM_WAD_EXTRACT_CMDS
12         $(ZCAT) $(DL_DIR)/$($(PKG)_SOURCE) > $(@D)/doom1.wad
13 endef
14
15 define DOOM_WAD_INSTALL_TARGET_CMDS
16         $(INSTALL) -m 0644 -D $(@D)/doom1.wad \
17                 $(TARGET_DIR)/usr/share/games/doom/doom1.wad
18 endef
19
20 $(eval $(generic-package))