PipePanic
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "PipePanic" DISPLAYNAME "Pipe Panic"
- ## DATE "15.09.2011"
- ## DESCRIPTION "Connect as many different shaped pipes together as possible within the time given."
- ## APPTYPE "GAME"
- ## DEPENDENCIES "LIB_PowerSDL"
- ## APPAUTHOR "Herbert Klackl <hak&nakama$at>"
- ## APPWEBPAGE "http://thunor.org.uk/pipepanic/"
- ## APPPICTURE "http://www.users.waitrose.com/~thunor//pipepanic/images/pipepanic03.png"
- ## GRUNCHAUTHOR "Guido Mersmann <geit@gmx.de>"
- ## URLARCHIVE "http://mos.aminet.net/game/think/pipepanic-{VERSION}.{REVISION}.{BUILD}-morphos.lha"
- ## URLWEBPAGE "http://mos.aminet.net/search?query=pipepanic+morphos"
- ## URLPATTERN "pipepanic-{VERSION}.{REVISION}.{BUILD}-morphos.lha"
- ## ARCHIVESIZE 65106
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" ALL
Copy "{TEMPDIR}{NAME}.info" "{INSTALLDIR}{NAME}.info"
- ## INSTALL END
- ## UNINSTALL
Delete "{INSTALLDIR}{NAME}" FORCE ALL
Delete "{INSTALLDIR}{NAME}.info" FORCE
- ## UNINSTALL END