GARNAME = lott GARVERSION = 1.1 CATEGORIES = games MASTER_SITES = $(MASTER_SOURCEFORGE) MASTER_SUBDIR = scummvm/ DISTFILES = lure-1.1.zip LIBDEPS = games/scummvm WORKSRC = $(WORKDIR)/lure DESCRIPTION = The adventure game "Lure of the Temptress" HOME_URL = http://wiki.scummvm.org/index.php/Lure_of_the_Temptress INSTALL_SCRIPTS = none include ../../gar.mk install-none: @mkdir -p $(packageprefix)/bin $(packageprefix)/share/games/lott $(packageprefix)/share/doc/lott @install -m644 $(WORKSRC)/*.ega $(WORKSRC)/*.vga $(packageprefix)/share/games/lott/ @install -m644 $(WORKSRC)/*.txt $(WORKSRC)/*.pdf $(WORKSRC)/*.PDF $(packageprefix)/share/doc/lott/ @printf '#!/bin/sh\nscummvm "$$@" -p $(prefix)/share/games/lott lure\n' >$(packageprefix)/bin/lott @chmod 755 $(packageprefix)/bin/lott $(MAKECOOKIE)