source: gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/GNOME-DOC-UTILS.sh@ 22129

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

First pass at setting up necessary packages, needed for Evince to compile

  • Property svn:executable set to *
File size: 632 bytes
Line 
1#!/bin/bash
2
3package=gnome-doc-utils
4version=-0.18.1
5
6progname=$0
7
8source ../../cascade-make/lib/cascade-lib.bash
9
10prefix=$GEXTMUSICSTAND_INSTALLED
11
12export CFLAGS="-I$prefix/include"
13export LDFLAGS="-L$prefix/lib"
14
15
16opt_run_untar $force_untar $auto_untar $package $version ".tar.bz2"
17
18opt_run_configure $force_config $auto_config $package $version "$prefix" \
19 --disable-scrollkeeper
20
21opt_run_make $compile $package $version
22opt_run_make $install $package $version "install"
23opt_run_make $clean $package $version "clean"
24opt_run_make $distclean $package $version "distclean"
25
26opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.