source: gs2-extensions/afrepo/trunk/src/packages/CASCADE-MAKE/4STORE.sh@ 27269

Last change on this file since 27269 was 27269, checked in by davidb, 11 years ago

Further support packages needed

  • Property svn:executable set to *
File size: 748 bytes
Line 
1#!/bin/bash
2
3package=4store
4version=-v1.1.5
5
6progname=$0
7
8source ../cascade-make/lib/cascade-lib.bash GEXT_AFREPO ../.. $*
9
10prefix=$GEXT_AFREPO_INSTALLED
11
12opt_run_untar $force_untar $auto_untar $package $version
13opt_run_configure $force_config $auto_config $package $version $prefix \
14 RAPTOR_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/raptor2 RAPTOR_LIBS="$GEXT_AFREPO_INSTALLED/lib/libraptor2.so" \
15 RASQAL_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/rasqal RASQAL_LIBS="$GEXT_AFREPO_INSTALLED/lib/librasqal.so"
16
17opt_run_make $compile $package $version
18opt_run_make $install $package $version "install"
19opt_run_make $clean $package $version "clean"
20opt_run_make $distclean $package $version "distclean"
21
22opt_run_tarclean $tarclean $package $version
23
Note: See TracBrowser for help on using the repository browser.