Ignore:
Timestamp:
2014-12-05T18:12:23+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Working on a more flexible generation system. Only working for pacman so far, so if you want to generate packages you'll need to check out an old revision. The reason behind this change is that I discovered that the greenstone user database really needs to be owned by the tomcat user rather than root (things such as edit mode don't work properly otherwise), and setting file ownership requires .install files, which was not really possible with the existing system. At this point it would certainly have been faster to just write all the scripts by hand, but this way I get to learn perl.

File:
1 edited

Legend:

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

    r29526 r29536  
    11SVN_LOCATION:           http://svn.greenstone.org/main/trunk/greenstone3
    2 NAME:                   greenstone-tools
     2NAME:                   @PKG_GREENSTONE_TOOLS@
    33VERSION:                3.06
    44RELEASE:                1
     
    99LICENSE_SHORT:          GPL-2
    1010LICENSE:                license
    11 DEPENDS:                @PKG_WVWARE@ @PKG_PERL@ @PKG_IMAGEMAGICK@
    12 OPTDEPENDS:             @PKG_GLI@
    13 MAKEDEPENDS:            @PKG_JAVA_JDK@ @PKG_SVN@ @PKG_ANT@ @PKG_PATCH@ @PKG_AUTOCONF@ @PKG_GCC@ @PKG_MAKE@ @PKG_RSYNC@
    14 PROVIDES:               
    15 FILES:                  @GSTOOLS@\n%{_bindir}/*
    1611
    17 build.properties
    18 greenstone
    19 greenstone3.xml
    20 gs2build.patch
    21 perl-util.patch
    22 wvWare
     12DEPENDS:
     13    @PKG_WVWARE@
     14    @PKG_PERL@
     15    @PKG_IMAGEMAGICK@
    2316
    24 base
    25 src
    26 clean
    27 build-core
    28 tools
     17OPTDEPENDS:
     18    @PKG_GLI@
     19
     20MAKEDEPENDS:
     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@
     29
     30PROVIDES:
     31
     32FILES:
     33    @GSTOOLS@
     34    %{_bindir}/*
     35
     36SOURCES:
     37    build.properties
     38    greenstone
     39    greenstone3.xml
     40    gs2build.patch
     41    perl-util.patch
     42    wvWare
     43
     44MAKEFILE:
     45    base
     46    src
     47    clean
     48    build-core
     49    tools
Note: See TracChangeset for help on using the changeset viewer.