source: extensions/gsdl-video/trunk/packages/server/CASCADE-MAKE/MOD_FLVX.sh@ 18489

Last change on this file since 18489 was 18489, checked in by davidb, 15 years ago

Addition of mod_flvx that uses uses 'apxs' to add itself to the apache-httpd installed web server in the main GSDLHOME area

  • Property svn:executable set to *
File size: 280 bytes
Line 
1#!/bin/bash
2
3package=mod_flvx
4version=
5
6progname=$0
7
8source ../../bin/script/test-setup.bash
9source ../../lib/cascade-lib.bash
10
11
12opt_run_make $compile $package "$version"
13opt_run_make $install $package "$version" "install"
14opt_run_make $clean $package "$version" "clean"
15
Note: See TracBrowser for help on using the repository browser.