Add more appropriate readme for OS3 build

This commit is contained in:
Chris Young 2016-01-23 12:48:24 +00:00
parent 9e5bf6fb68
commit da9bee4286
5 changed files with 39 additions and 3 deletions

View File

@ -118,6 +118,13 @@ netsurf.lha: $(EXETARGET)
$(Q)cp \!NetSurf/Resources/netsurf.png,b60 $(AMIGA_INSTALL_TARGET_DIR)/NetSurf/Resources/netsurf.png
$(Q)cp amiga/pkg/drawer.info $(AMIGA_INSTALL_TARGET_DIR)/NetSurf.info
$(Q)cp amiga/pkg/AutoInstall $(AMIGA_INSTALL_TARGET_DIR)
ifeq ($(SUBTARGET),os3)
$(Q)cp amiga/pkg/netsurf_os3.readme $(AMIGA_INSTALL_TARGET_DIR)/NetSurf
$(Q)cp amiga/pkg/netsurf_os3.readme.info $(AMIGA_INSTALL_TARGET_DIR)/NetSurf
else
$(Q)cp amiga/pkg/netsurf.readme $(AMIGA_INSTALL_TARGET_DIR)/NetSurf
$(Q)cp amiga/pkg/netsurf.readme.info $(AMIGA_INSTALL_TARGET_DIR)/NetSurf
endif
$(Q)cd $(AMIGA_INSTALL_TARGET_DIR); \
lha a netsurf.lha NetSurf NetSurf.info AutoInstall

View File

@ -5,11 +5,13 @@ Type: comm/www
Version: 3.4
Architecture: ppc-amigaos >= 4.0.0
This is NetSurf 3.4 for AmigaOS 4.
This is NetSurf 3.4 for AmigaOS 4 (native frontend).
For the latest version, visit http://www.netsurf-browser.org
Please report bugs to chris@unsatisfactorysoftware.co.uk,
on the Amigans.net forums or on the NetSurf mailing list.
*******************************************
* Please report bugs on the bugtracker at *
* http://bugs.netsurf-browser.org *
*******************************************
See http://www.netsurf-browser.org for more information about
NetSurf.

View File

@ -0,0 +1,27 @@
Short: Fast CSS capable web browser
Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
Author: NetSurf contributors (OS4 port by Chris Young)
Type: comm/www
Version: 3.4 BETA
Architecture: m68k-amigaos >= 3.5.0
This is NetSurf 3.4 BETA for AmigaOS 3.
It is built off of the OS4 (Reaction) frontend.
Requirements are AmigaOS 3.5 or 3.9, 32MB RAM.
THIS IS EARLY BETA QUALITY SOFTWARE FOR TESTING ONLY.
ALL USE IS AT YOUR OWN RISK. IT *WILL* CRASH!
Please report bugs to chris@unsatisfactorysoftware.co.uk,
or on the amigans.net/amiga.org forums.
See http://www.netsurf-browser.org for more information about
NetSurf.
This software is licensed under the GPL, and the sources are
available from http://www.netsurf-browser.org. A copy can
also be obtained directly from the maintainer of this port,
chris@unsatisfactorysoftware.co.uk, in the event that the
website is unavailable.

Binary file not shown.