Ignore:
Timestamp:
2014-12-10T18:46:19+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Lots of changes to get edit mode working. Changed variable marker to %var% instead of @var@ in order to differentiate from greenstone build variables, which allows variables to be used in patch files now. Added wget dependency. Enabled cgi scripts. Added patches to set correct settings in global.properties, gsdl3site.cfg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/packages/main

    r29546 r29577  
    11SVN_LOCATION:           http://svn.greenstone.org/main/trunk/greenstone3
    2 NAME:                   @PKG_GREENSTONE@
     2NAME:                   %PKG_GREENSTONE%
    33VERSION:                3.06
    44RELEASE:                1
     
    1111
    1212DEPENDS:
    13     @PKG_JAVA_JRE@
    14     @PKG_TOMCAT@
     13    %PKG_JAVA_JRE%
     14    %PKG_TOMCAT%
     15    %PKG_WGET%
    1516
    1617OPTDEPENDS:
    17     @PKG_GREENSTONE_DEMO@
    18     @PKG_GREENSTONE_TOOLS@
     18    %PKG_GREENSTONE_DEMO%
     19    %PKG_GREENSTONE_TOOLS%
    1920
    2021MAKEDEPENDS:
    21     @PKG_JAVA_JDK@
    22     @PKG_SVN@
    23     @PKG_ANT@
    24     @PKG_PATCH@
    25     @PKG_AUTOCONF@
    26     @PKG_GCC@
    27     @PKG_MAKE@
    28     @PKG_RSYNC@
     22    %PKG_JAVA_JDK%
     23    %PKG_SVN%
     24    %PKG_ANT%
     25    %PKG_PATCH%
     26    %PKG_AUTOCONF%
     27    %PKG_GCC%
     28    %PKG_MAKE%
     29    %PKG_RSYNC%
    2930
    3031PROVIDES:
    3132
    3233FILES:
    33     @WEB@
    34     @TOMCATCONF@/*
    35     @TOMCATLIB@/*
     34    %WEB%
     35    %TOMCATCONF%/*
     36    %TOMCATLIB%/*
    3637    %{_libdir}/*
    3738
     
    4041    greenstone3.xml
    4142    gs2build.patch
    42     perl-util.patch
     43    servlets.patch
     44    gsdl3site.cfg.patch
     45    global.properties.patch
    4346
    4447MAKEFILE:
     
    5053
    5154POST_INSTALL:
    52     chown -R @TOMCAT_USER@:@TOMCAT_USER@ @WEB@
     55    chown -R %TOMCAT_USER%:%TOMCAT_USER% %WEB%
    5356
    5457POST_REMOVE:
Note: See TracChangeset for help on using the changeset viewer.