source: other-projects/trunk/realistic-books/packages/CASCADE-MAKE/SWFTOOLS.sh@ 19730

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

Update of code to provide own version of Freetype and unewer SFWTOOL

File size: 569 bytes
Line 
1#!/bin/bash
2
3package=swftools
4version=-0.9.0
5
6progname=$0
7
8(cd .. ; \
9 source setup.bash silent; )
10
11source $REALISTIC_BOOKS_HOME/cascade-make/lib/cascade-lib.bash
12
13prefix=$RBHOME_INSTALLED
14
15opt_run_untar $force_untar $auto_untar $package $version
16opt_run_configure $force_config $auto_config $package $version "$prefix"
17
18opt_run_make $compile $package $version
19opt_run_make $install $package $version "install"
20opt_run_make $clean $package $version "clean"
21opt_run_make $distclean $package $version "distclean"
22
23opt_run_tarclean $tarclean $package $version
24
25
26
Note: See TracBrowser for help on using the repository browser.