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

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

Minor changes to support MinGW

File size: 608 bytes
Line 
1#!/bin/bash
2
3package=jpeg
4version=-6b
5
6progname=$0
7
8source ../../cascade-make/lib/cascade-lib.bash
9
10prefix=$GEXTVIDEO_INSTALLED
11
12
13opt_run_untar $force_untar $auto_untar $package $version
14if [ -d "$package" ] ; then
15 mv "${package}src" "$package$version"
16fi
17
18opt_run_configure $force_config $auto_config $package $version "$prefix" \
19 --enable-static
20
21opt_run_make $compile $package $version
22opt_run_make $install $package $version "install-lib"
23opt_run_make $clean $package $version "clean"
24opt_run_make $distclean $package $version "distclean"
25
26opt_run_tarclean $tarclean $package $version
27
Note: See TracBrowser for help on using the repository browser.