Difference between revisions of "Stellarium"
Jump to navigation
Jump to search
(Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "Stellarium" *<nowiki>##</nowiki> DATE "25.08.2011" *<nowiki>##</nowiki> ...") |
(1.16) |
||
| Line 4: | Line 4: | ||
*<nowiki>##</nowiki> DESCRIPTION "A virtual planetarium on your computer.*N*NDisplays realistic sky views for any place and time. Contains many informations about stars, nebulas and other objects." | *<nowiki>##</nowiki> DESCRIPTION "A virtual planetarium on your computer.*N*NDisplays realistic sky views for any place and time. Contains many informations about stars, nebulas and other objects." | ||
*<nowiki>##</nowiki> APPTYPE "APPLICATION" | *<nowiki>##</nowiki> APPTYPE "APPLICATION" | ||
| − | *<nowiki>##</nowiki> DEPENDENCIES "LIB_PowerSDL" | + | *<nowiki>##</nowiki> DEPENDENCIES "[[LIB_PowerSDL]]" |
*<nowiki>##</nowiki> APPAUTHOR "Fabien Coeurjoly <fabien.coeurjoly&wanadoo$fr>" | *<nowiki>##</nowiki> APPAUTHOR "Fabien Coeurjoly <fabien.coeurjoly&wanadoo$fr>" | ||
*<nowiki>##</nowiki> APPWEBPAGE "http://www.stellarium.org/" | *<nowiki>##</nowiki> APPWEBPAGE "http://www.stellarium.org/" | ||
| Line 16: | Line 16: | ||
*<nowiki>##</nowiki> VERSIONCHECK "{CHECKNAME}" | *<nowiki>##</nowiki> VERSIONCHECK "{CHECKNAME}" | ||
*<nowiki>##</nowiki> INSTALL | *<nowiki>##</nowiki> INSTALL | ||
| − | + | {STANDARDBACKUP} | |
| − | If EXISTS "{ | + | {STANDARDEXTRACT} |
| − | + | If EXISTS "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}" | |
| + | Rename "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}" "{TEMPDIR}{NAME}" | ||
EndIf | EndIf | ||
| − | If EXISTS "{TEMPDIR}stellarium" | + | If EXISTS "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}.info" |
| − | Rename "{TEMPDIR}stellarium" "{TEMPDIR} | + | Rename "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}.info" "{TEMPDIR}{NAME}.info" |
EndIf | EndIf | ||
| − | If EXISTS "{TEMPDIR}stellarium | + | If EXISTS "{TEMPDIR}{NAME}/stellarium" |
| − | Rename "{TEMPDIR}stellarium | + | Rename "{TEMPDIR}{NAME}/stellarium" "{TEMPDIR}{NAME}/{NAME}" |
EndIf | EndIf | ||
| − | + | If EXISTS "{TEMPDIR}{NAME}/stellarium.info" | |
| − | If NOT EXISTS "{INSTALLDIR}{NAME}.info" | + | Rename "{TEMPDIR}{NAME}/stellarium.info" "{TEMPDIR}{NAME}/{NAME}.info" |
| − | If EXISTS "{TEMPDIR} | + | EndIf |
| − | + | If NOT EXISTS "{INSTALLDIR}{NAME}/{NAME}.info" | |
| − | + | If NOT EXISTS "{TEMPDIR}{NAME}/{NAME}.info" | |
| − | + | GDownload "http://faculty.plattsburgh.edu/edwin.vega/images/stellarium-logo.png" TO "{TEMPDIR}{NAME}/{NAME}.info" | |
EndIf | EndIf | ||
EndIf | EndIf | ||
| + | {STANDARDCOPY} | ||
Echo "VERSION: {VERSION}.{REVISION}.{BUILD}" TO "{CHECKNAME}" | Echo "VERSION: {VERSION}.{REVISION}.{BUILD}" TO "{CHECKNAME}" | ||
| − | |||
| − | |||
| − | |||
*<nowiki>##</nowiki> INSTALL END | *<nowiki>##</nowiki> INSTALL END | ||
*<nowiki>##</nowiki> UNINSTALL | *<nowiki>##</nowiki> UNINSTALL | ||
| − | Delete "{INSTALLDIR}{NAME}" | + | {STANDARDBACKUP} |
| − | Delete "{INSTALLDIR}{NAME}.info" | + | Delete FORCE "{INSTALLDIR}{NAME}" ALL |
| − | Delete "{CHECKNAME}" | + | Delete FORCE "{INSTALLDIR}{NAME}.info" |
| + | Delete FORCE "{CHECKNAME}" | ||
*<nowiki>##</nowiki> UNINSTALL END | *<nowiki>##</nowiki> UNINSTALL END | ||
| + | *<nowiki>##</nowiki> ITEM END | ||
[[Category:APPLICATION]] | [[Category:APPLICATION]] | ||
Latest revision as of 23:16, 26 October 2011
;--------------------------------------------
- ## ITEM "Stellarium"
- ## DATE "25.08.2011"
- ## DESCRIPTION "A virtual planetarium on your computer.*N*NDisplays realistic sky views for any place and time. Contains many informations about stars, nebulas and other objects."
- ## APPTYPE "APPLICATION"
- ## DEPENDENCIES "LIB_PowerSDL"
- ## APPAUTHOR "Fabien Coeurjoly <fabien.coeurjoly&wanadoo$fr>"
- ## APPWEBPAGE "http://www.stellarium.org/"
- ## APPPICTURE "http://static.sftcdn.net/blog/en/2009/01/stellarium-th.png"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://morphos-files.net/download/Stellarium"
- ## URLWEBPAGE "http://morphos-files.net/find.php?n&find=Stellarium"
- ## URLPATTERN "class=*"vr*">{VERSION}.{REVISION}.{BUILD}<"
- ## ARCHIVESIZE 16945495
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## VERSIONCHECK "{CHECKNAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If EXISTS "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}"
Rename "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}" "{TEMPDIR}{NAME}"
EndIf
If EXISTS "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}.info"
Rename "{TEMPDIR}stellarium-{VERSION}.{REVISION}.{BUILD}.info" "{TEMPDIR}{NAME}.info"
EndIf
If EXISTS "{TEMPDIR}{NAME}/stellarium"
Rename "{TEMPDIR}{NAME}/stellarium" "{TEMPDIR}{NAME}/{NAME}"
EndIf
If EXISTS "{TEMPDIR}{NAME}/stellarium.info"
Rename "{TEMPDIR}{NAME}/stellarium.info" "{TEMPDIR}{NAME}/{NAME}.info"
EndIf
If NOT EXISTS "{INSTALLDIR}{NAME}/{NAME}.info"
If NOT EXISTS "{TEMPDIR}{NAME}/{NAME}.info"
GDownload "http://faculty.plattsburgh.edu/edwin.vega/images/stellarium-logo.png" TO "{TEMPDIR}{NAME}/{NAME}.info"
EndIf
EndIf
{STANDARDCOPY}
Echo "VERSION: {VERSION}.{REVISION}.{BUILD}" TO "{CHECKNAME}"
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
Delete FORCE "{CHECKNAME}"
- ## UNINSTALL END
- ## ITEM END