source: main/trunk/package-kits/linux/packages/gli@ 29539

Last change on this file since 29539 was 29536, checked in by Jeremy Symon, 10 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: 610 bytes
Line 
1SVN_LOCATION: http://svn.greenstone.org/main/trunk/gli
2NAME: @PKG_GLI@
3VERSION: 3.06
4RELEASE: 1
5DESCRIPTION_SHORT: short description
6DESCRIPTION: description
7HOMEPAGE: http://greenstone.org
8ARCHITECTURE: any
9LICENSE_SHORT: GPL-2
10LICENSE: license
11
12DEPENDS:
13 @PKG_JAVA_JRE@
14 @PKG_GREENSTONE_TOOLS@
15
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 TracBrowser for help on using the repository browser.