wok-next rev 21490

updated apr (1.6.5 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Jun 18 17:11:32 2020 +0100 (2020-06-18)
parents afe47b296882
children d599943ee631
files apr/receipt
line diff
     1.1 --- a/apr/receipt	Thu Jun 18 16:46:08 2020 +0100
     1.2 +++ b/apr/receipt	Thu Jun 18 17:11:32 2020 +0100
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="apr"
     1.7 -VERSION="1.6.5"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Apache Portable Runtime Library"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="Apache"
    1.14  WEB_SITE="http://apr.apache.org/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/apr.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="https://archive.apache.org/dist/apr/$TARBALL"
    1.19 -TARBALL_SHA1="6fdedcd21de9da806d0a01769b8be7ba0c495145"
    1.20 +TARBALL_SHA256="48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2"
    1.21  
    1.22  BUILD_DEPENDS="util-linux-uuid-dev"
    1.23  SPLIT="$PACKAGE-dev"
    1.24 @@ -24,14 +24,15 @@
    1.25  DEPENDS_std="util-linux-uuid"
    1.26  DEPENDS_dev="$PACKAGE util-linux-uuid-dev"
    1.27  
    1.28 -compile_rules() {
    1.29 +compile_rules()
    1.30 +{
    1.31  	# should define prefix
    1.32 -	./configure \
    1.33 -		--prefix=/usr \
    1.34 -		--disable-static \
    1.35 -		--with-installbuilddir=/usr/share/apr-1/build \
    1.36 -		--enable-nonportable-atomics \
    1.37 -		--with-devrandom \
    1.38 +	./configure						\
    1.39 +		--prefix=/usr					\
    1.40 +		 --enable-nonportable-atomics			\
    1.41 +		--disable-static				\
    1.42 +		--with-devrandom				\
    1.43 +		--with-installbuilddir=/usr/share/apr-1/build	\
    1.44  		$CONFIGURE_ARGS &&
    1.45  	fix libtool &&
    1.46  	make &&