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

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

Better integration of yamdi into CASCADE-MAKE

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