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

    r29526 r29536  
    11SVN_LOCATION:           http://svn.greenstone.org/main/trunk/gli
    2 NAME:                   greenstone-gli
     2NAME:                   @PKG_GLI@
    33VERSION:                3.06
    44RELEASE:                1
     
    99LICENSE_SHORT:          GPL-2
    1010LICENSE:                license
    11 DEPENDS:                @PKG_JAVA_JRE@ @PKG_GREENSTONE_TOOLS@
    12 OPTDEPENDS:             
    13 MAKEDEPENDS:            @PKG_JAVA_JDK@ @PKG_SVN@ @PKG_RSYNC@
    14 PROVIDES:               
    15 FILES:                  @GLI@\n%{_bindir}/*
    1611
    17 gli
     12DEPENDS:
     13    @PKG_JAVA_JRE@
     14    @PKG_GREENSTONE_TOOLS@
    1815
    19 base
    20 src
    21 clean
    22 gli
     16OPTDEPENDS:
     17
     18MAKEDEPENDS:
     19    @PKG_JAVA_JDK@
     20    @PKG_SVN@
     21    @PKG_RSYNC@
     22
     23PROVIDES:
     24
     25FILES:
     26    @GLI@
     27    %{_bindir}/*
     28
     29SOURCES:
     30    gli
     31
     32MAKEFILE:
     33    base
     34    src
     35    clean
     36    gli
Note: See TracChangeset for help on using the changeset viewer.