# HG changeset patch # User Hans-G?nter Theisgen # Date 1592496692 -3600 # Node ID 7923eafc703eb2bfcf9178d265fa773e2877000f # Parent afe47b296882b68756c1f512b79b13b0a072ee2e updated apr (1.6.5 -> 1.7.0) diff -r afe47b296882 -r 7923eafc703e apr/receipt --- a/apr/receipt Thu Jun 18 16:46:08 2020 +0100 +++ b/apr/receipt Thu Jun 18 17:11:32 2020 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt v2. PACKAGE="apr" -VERSION="1.6.5" +VERSION="1.7.0" CATEGORY="misc" SHORT_DESC="Apache Portable Runtime Library" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="Apache" WEB_SITE="http://apr.apache.org/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/apr.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://archive.apache.org/dist/apr/$TARBALL" -TARBALL_SHA1="6fdedcd21de9da806d0a01769b8be7ba0c495145" +TARBALL_SHA256="48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2" BUILD_DEPENDS="util-linux-uuid-dev" SPLIT="$PACKAGE-dev" @@ -24,14 +24,15 @@ DEPENDS_std="util-linux-uuid" DEPENDS_dev="$PACKAGE util-linux-uuid-dev" -compile_rules() { +compile_rules() +{ # should define prefix - ./configure \ - --prefix=/usr \ - --disable-static \ - --with-installbuilddir=/usr/share/apr-1/build \ - --enable-nonportable-atomics \ - --with-devrandom \ + ./configure \ + --prefix=/usr \ + --enable-nonportable-atomics \ + --disable-static \ + --with-devrandom \ + --with-installbuilddir=/usr/share/apr-1/build \ $CONFIGURE_ARGS && fix libtool && make &&