Skip to content

Commit

Permalink
Merge pull request omniti-labs#89 from hadfl/automake_1.15.1
Browse files Browse the repository at this point in the history
automake: update to 1.15.1
  • Loading branch information
oetiker authored Jul 20, 2017
2 parents 094d3a8 + dcdbade commit 13f3818
Show file tree
Hide file tree
Showing 3 changed files with 2,692 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/automake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
. ../../lib/functions.sh

PROG=automake
VER=1.15
VER=1.15.1
VERHUMAN=$VER
PKG=developer/build/automake
SUMMARY="GNU Automake $VER"
DESC="GNU Automake - A Makefile generator ($VER)"

# skip tests when in batch mode as they take 1h+
[ -n "$BATCH" ] && SKIP_TESTSUITE=1

BUILDARCH=32
BUILD_DEPENDS_IPS="compress/xz developer/build/autoconf"
DEPENDS_IPS="developer/macro/gnu-m4 runtime/perl"
Expand All @@ -46,6 +49,7 @@ download_source $PROG $PROG $VER
patch_source
prep_build
build
PATH=/usr/gnu/bin:$PATH run_testsuite check
make_isa_stub
make_package
clean_up
Expand Down
Loading

0 comments on commit 13f3818

Please sign in to comment.