From ffd545fd5cd5e7abb6f9ebe1a968d52c2937913f Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 13 Feb 2015 16:14:48 +0000 Subject: strata/lorry: update to apr 1.5.1 and apr-util 1.5.4 This commit also changes these packages to be built from the git repos created from the upstream svn ones, instead of tarball imports. --- strata/lorry/libapr.morph | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 strata/lorry/libapr.morph (limited to 'strata/lorry/libapr.morph') diff --git a/strata/lorry/libapr.morph b/strata/lorry/libapr.morph new file mode 100644 index 00000000..7be0cabb --- /dev/null +++ b/strata/lorry/libapr.morph @@ -0,0 +1,21 @@ +name: libapr-tarball +kind: chunk +build-system: autotools +pre-configure-commands: +- ./buildconf +configure-commands: +- | + ./configure \ + --prefix "$PREFIX" \ + --disable-static \ + --with-installbuilddir=/usr/share/apr-1/build +post-install-commands: +- | + # Install files required for apr-util + for file in find_apr.m4 apr_common.m4 install.sh gen-build.py \ + get-version.sh config.guess config.sub + do + cp build/$file "$DESTDIR/$PREFIX"/share/apr-1/build/"$file" + done + # Create a symlink in the build directory to the include directory + ln -sf /usr/include/apr-1 "$DESTDIR/$PREFIX"/share/apr-1/build/ -- cgit v1.2.1