GARNAME = transcend GARVERSION = 0.3 CATEGORIES = games MASTER_SITES = $(MASTER_SOURCEFORGE) MASTER_SUBDIR = transcend/ DISTNAME = Transcend_$(GARVERSION)_UnixSource DISTFILES = $(DISTNAME).tar.gz LIBDEPS = x11/xlib x11/glut DESCRIPTION = An abstract 2D shooting game with dynamic music HOME_URL = http://transcend.sourceforge.net/ BUILD_SCRIPTS = none INSTALL_SCRIPTS = none include ../../gar.mk build-none: @cd $(WORKSRC) && echo 1 | sh -e runToBuild $(MAKECOOKIE) install-none: @mkdir -p $(packageprefix)/share/transcend @cp -R $(WORKSRC)/levels $(packageprefix)/share/transcend/ @$(INSTALL_BIN) $(WORKSRC)/TranscendApp @printf >$(packageprefix)/bin/transcend '#!/bin/sh -e\ncd $(prefix)/share/transcend\nTranscendApp\n' @chmod 755 $(packageprefix)/bin/transcend @$(INSTALL_DOCS) $(WORKSRC)/how_to_play.txt $(MAKECOOKIE)