source: main/trunk/package-kits/linux/distros/arch@ 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: 855 bytes
Line 
1MANAGER: pacman
2
3SYSTEMLIB: /usr/lib
4SYSTEMBIN: /usr/bin
5SYSTEMJAVA: @SYSTEMLIB@/jvm/default
6GSSRV: /srv/gsdl
7TOMCATLIB: /usr/share/java/tomcat7
8TOMCATCONF: /etc/tomcat7/Catalina/localhost
9GSTOOLS: /opt/greenstone
10GLI: /opt/gli
11
12PKG_SVN: 'svn'
13PKG_JAVA_JRE: 'java-runtime=7'
14PKG_TOMCAT: 'tomcat7' 'tomcat-native'
15PKG_JAVA_JDK: 'java-environment=7'
16PKG_ANT: 'apache-ant'
17PKG_PATCH: 'patch'
18PKG_AUTOCONF: 'autoconf'
19PKG_GCC: 'gcc'
20PKG_MAKE: 'make'
21PKG_WVWARE: 'wv'
22PKG_PERL: 'perl' 'perl-xml-parser' 'perl-text-iconv'
23PKG_IMAGEMAGICK: 'imagemagick'
24PKG_RSYNC: 'rsync'
Note: See TracBrowser for help on using the repository browser.