source: gs2-extensions/video/trunk/build-srcpack/packages/CASCADE-MAKE/YAMDI.sh@ 22269

Last change on this file since 22269 was 22269, checked in by davidb, 14 years ago

Removal of test-setup.bash

  • Property svn:executable set to *
File size: 393 bytes
Line 
1#!/bin/bash
2
3package=yamdi
4version=-1.4-gs
5
6progname=$0
7
8source ../../cascade-make/lib/cascade-lib.bash
9
10export PREFIX=$GEXTVIDEO_INSTALLED
11
12opt_run_untar $force_untar $auto_untar $package $version
13
14
15opt_run_make $compile $package $version
16opt_run_make $install $package $version "install"
17opt_run_make $clean $package $version "clean"
18
19opt_run_tarclean $tarclean $package $version
20
21
22
Note: See TracBrowser for help on using the repository browser.