source: main/trunk/package-kits/linux/packages/main@ 29536

Last change on this file since 29536 was 29536, checked in by Jeremy Symon, 9 years ago

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 size: 881 bytes
Line 
1SVN_LOCATION: http://svn.greenstone.org/main/trunk/greenstone3
2NAME: @PKG_GREENSTONE@
3VERSION: 3.06
4RELEASE: 1
5DESCRIPTION_SHORT: short description
6DESCRIPTION: description
7HOMEPAGE: http://greenstone.org
8ARCHITECTURE: i686 x86_64
9LICENSE_SHORT: GPL-2
10LICENSE: license
11
12DEPENDS:
13 @PKG_JAVA_JRE@
14 @PKG_TOMCAT@
15
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 TracBrowser for help on using the repository browser.