source: main/trunk/package-kits/linux/packages/demo@ 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: 671 bytes
Line 
1SVN_LOCATION: http://svn.greenstone.org/main/trunk/greenstone3/web/sites/localsite/collect
2NAME: @PKG_GREENSTONE_DEMO@
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_GREENSTONE@
14
15OPTDEPENDS:
16
17MAKEDEPENDS:
18 @PKG_GREENSTONE_TOOLS@
19 @PKG_SVN@
20 @PKG_RSYNC@
21
22PROVIDES:
23
24FILES:
25 @GSSRV@/sites/localsite/collect/*
26
27SOURCES:
28 build-demo.sh
29
30MAKEFILE:
31 base
32 src
33 clean
34 demo
Note: See TracBrowser for help on using the repository browser.