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/main

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