AmiNetRadio au
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "AmiNetRadio_au" DISPLAYNAME "AmiNetRadio au Player"
- ## DATE "29.08.2011"
- ## DESCRIPTION "au.player is a player plugin for AmiNetRadio*N*N It adds support for the Sun/ NeXT Audio format, usually files which end with an *".au*" or *".snd*" suffix."
- ## APPTYPE "AUDIO"
- ## DEPENDENCIES "AmiNetRadio"
- ## APPAUTHOR "Christian Rosentreter <tokai&binaryriot$org>"
- ## APPWEBPAGE "http://aminet.net/search?query=auplayer"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://aminet.net/mus/play/auplayer-{VERSION}.{REVISION}-morphos.lha"
- ## URLWEBPAGE "http://aminet.net/search?query=auplayer"
- ## URLPATTERN "auplayer-{VERSION}.{REVISION}-morphos.lha"
- ## ARCHIVESIZE 25211
- ## INSTALLDIR DEPENDENCY "AmiNetRadio"
- ## INSTALLCHECK "{INSTALLDIR}AmiNetRadio/players/au.player"
- ## INSTALL
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/players/au.player" "{INSTALLDIR}AmiNetRadio/players/"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/players/au.pri" "{INSTALLDIR}AmiNetRadio/players/"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/documentation" "{INSTALLDIR}AmiNetRadio/docs/au_player.readme"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/documentation.info" "{INSTALLDIR}AmiNetRadio/docs/au_player.readme.info"
- ## INSTALL END
- ## UNINSTALL
Delete "{INSTALLDIR}AmiNetRadio/players/au.player" FORCE
Delete "{INSTALLDIR}AmiNetRadio/players/au.pri" FORCE
Delete "{INSTALLDIR}AmiNetRadio/docs/au_player.readme" FORCE
Delete "{INSTALLDIR}AmiNetRadio/docs/au_player.readme.info" FORCE
- ## UNINSTALL END