summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-09-26 21:41:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-09-26 21:41:33 +0000
commitad3af34742d25058e5f6a6a1e4de5fab429ef9a8 (patch)
treee4b230f44bb0e19375980d0b4887d61757670ff8 /amiga/dist
parent9992ee9119148e7da31d0108f8ac2b9b6634a8cf (diff)
downloadnetsurf-ad3af34742d25058e5f6a6a1e4de5fab429ef9a8.tar.gz
netsurf-ad3af34742d25058e5f6a6a1e4de5fab429ef9a8.tar.bz2
Build Cairo version as NetSurf; non-Cairo version as NetSurf-Static
Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/Install6
-rwxr-xr-xamiga/dist/netsurf.readme2
2 files changed, 4 insertions, 4 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 4d97a5e58..2d0a4d589 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -306,7 +306,7 @@
(set osver (/ osver 65536))
(set #versions-available 0)
-(if (exists "NetSurf")
+(if (exists "NetSurf-Static")
(
(set #static-name "Static/graphics.library")
(set #versions-available (+ #versions-available 1))
@@ -317,7 +317,7 @@
)
)
-(if (AND (>= osver 53) (exists "NetSurf-Cairo"))
+(if (AND (>= osver 53) (exists "NetSurf"))
(
(set #cairo-name "Shared objects/part-Cairo")
(set #versions-available (+ #versions-available 1))
@@ -406,7 +406,7 @@
(complete 20)
-(set #netsurf-name (select #cairo-version "NetSurf" "NetSurf-Cairo"))
+(set #netsurf-name (select #cairo-version "NetSurf-Static" "NetSurf"))
(if (= #AutoInstall 0)
(
diff --git a/amiga/dist/netsurf.readme b/amiga/dist/netsurf.readme
index 0645ac9a5..391e7c3fd 100755
--- a/amiga/dist/netsurf.readme
+++ b/amiga/dist/netsurf.readme
@@ -3,7 +3,7 @@ Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young)
Author: NetSurf contributors (OS4 port by Chris Young)
Type: comm/www
Version: 3.0 development (SVN 10866)
-Architecture: ppc-amigaos >= 4.0.0
+Architecture: ppc-amigaos >= 4.1.0
Install manually with Installer script only -
INTENTIONALLY NOT AVAILABLE VIA AMIUPDATE