source: gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/LIBTOOL.sh@ 22152

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

is a tar.gz file not a .tar.bz2

  • Property svn:executable set to *
File size: 661 bytes
Line 
1#!/bin/bash
2
3package=libtool
4version=-1.5.26
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
17
18opt_run_configure $force_config $auto_config $package $version "$prefix" \
19 --host=arm-poky-linux-gnueabi --program-prefix=arm-poky-linux-gnueabi-
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.