source: other-projects/trunk/realistic-books/packages/CASCADE-MAKE/LIBJPEG.sh@ 19253

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

Establishing a source code repository for Veronica's Realistic Book's software

File size: 591 bytes
Line 
1#!/bin/bash
2
3package=jpeg
4version=-6b
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
15
16opt_run_untar $force_untar $auto_untar $package $version
17opt_run_configure $force_config $auto_config $package $version "$prefix" \
18 --enable-static
19
20opt_run_make $compile $package $version
21opt_run_make $install $package $version "install-lib"
22opt_run_make $clean $package $version "clean"
23opt_run_make $distclean $package $version "distclean"
24
25opt_run_tarclean $tarclean $package $version
26
Note: See TracBrowser for help on using the repository browser.