source: gs2-extensions/video-and-audio/trunk/src/build-srcpack/packages/CASCADE-MAKE/HANDBRAKE.sh@ 29020

Last change on this file since 29020 was 29020, checked in by jmt12, 10 years ago

Rewriting to remove the word 'hack' from what I now consider to be perfectly acceptable code... on account of my lowering my standards

  • Property svn:executable set to *
File size: 847 bytes
Line 
1#!/bin/bash
2
3package=HandBrake
4
5version=-0.9.6
6
7progname=$0
8
9source ../../cascade-make/bin/script/test-setup.bash
10source ../../cascade-make/lib/cascade-lib.bash
11
12prefix=$GEXTVIDEO_INSTALLED
13
14opt_run_untar $force_untar $auto_untar $package $version
15opt_run_configure $force_config $auto_config $package $version "$prefix" "--disable-gtk" "--disable-gst" "--force"
16opt_run_tarclean $tarclean $package $version
17
18# The first thing the run_make function does is change directory to
19# "$package$version", so I'll just append the build directory to the end of
20# version... Mwuhahaha
21$make_path_suffix=${version}/build
22opt_run_make $compile $package $make_path_suffix
23opt_run_make $install $package $make_path_suffix "install"
24opt_run_make $clean $package $make_path_suffix "clean"
25opt_run_make $distclean $package $make_path_suffix "distclean"
26
27
Note: See TracBrowser for help on using the repository browser.