source: gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/INTLTOOL.sh@ 33819

Last change on this file since 33819 was 33819, checked in by davidb, 4 years ago

Moved to newer version of intltool. This still had a problem with intltool-update due to the newer version of Perl used on Ubuntu 18, so manually edited intltool-update.in so it more correctly uses backslash beore curly brace in regular expressions

  • Property svn:executable set to *
File size: 671 bytes
Line 
1#!/bin/bash
2
3#package=intltool
4#version=-0.40.6
5package=gs-intltool
6version=-0.51.0
7
8progname=$0
9
10source ../cascade-make/lib/cascade-lib.bash GEXTGNOME ../.. $*
11
12prefix=$GEXTGNOME_INSTALLED
13
14opt_run_untar $force_untar $auto_untar $package $version
15
16PARSERPATH=`find $prefix -name "Parser.pm"`
17PARSERDIR=`dirname $PARSERPATH`
18export PERL5LIB=`dirname $PARSERDIR`
19
20opt_run_configure $force_config $auto_config $package $version $prefix
21
22opt_run_make $compile $package $version
23opt_run_make $install $package $version "install"
24opt_run_make $clean $package $version "clean"
25opt_run_make $distclean $package $version "distclean"
26
27opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.