source: main/trunk/package-kits/linux/segments/base@ 29595

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

Modifying package generation to use sub-packages in order to avoid compiling the same source multiple times. Currently works for Pacman. Needs testing (and fixing) for other package managers.

File size: 343 bytes
Line 
1systemlib := %SYSTEMLIB%
2systembin := %SYSTEMBIN%
3java := %SYSTEMJAVA%
4web := %WEB%
5tomcatlib := %TOMCATLIB%
6tomcatconf := %TOMCATCONF%
7gstools := %GREENSTONE_HOME%
8gli := %GLI%
9
10DESTDIR ?= /
11
12all: build
13
14.PHONY: all svn clean cleanall install install_greenstone install_greenstone-native install_greenstone-tools
Note: See TracBrowser for help on using the repository browser.