source: gs2-extensions/afrepo/trunk/src/packages/CASCADE-MAKE/UTIL-LINUX.sh@ 27341

Last change on this file since 27341 was 27341, checked in by davidb, 11 years ago

Added in the util-linux library to the packages need to support this extension

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