source: gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/ICON-NAMING-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: 805 bytes
Line 
1#!/bin/bash
2
3package=icon-naming-utils
4version=-0.8.2
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
17opt_run_configure $force_config $auto_config $package $version "$prefix"
18
19if [ $configure = "1" ] ; then
20 echo "If configure fails because it cannot detect XML::Simple"
21 echo "then one solution is do the following sudo command: "
22 echo "sudo perl -MCPAN -e 'install XML::Simple'"
23fi
24
25opt_run_make $compile $package $version
26opt_run_make $install $package $version "install"
27opt_run_make $clean $package $version "clean"
28opt_run_make $distclean $package $version "distclean"
29
30opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.