wok diff apr-util/receipt @ rev 23275

updated par2 (0.8.0 -> 0.8.1)
author Hans-G?nter Theisgen
date Sat Mar 28 15:42:00 2020 +0100 (2020-03-28)
parents 617dbdeb6f7e
children 9af0e03b8ad0
line diff
     1.1 --- a/apr-util/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/apr-util/receipt	Sat Mar 28 15:42:00 2020 +0100
     1.3 @@ -1,29 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apr-util"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="APR Library Utilities"
    1.11 +SHORT_DESC="APR Library Utilities."
    1.12  MAINTAINER="lehswe@gmail.com"
    1.13  LICENSE="Apache"
    1.14 +WEB_SITE="https://apr.apache.org"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://apr.apache.org"
    1.18  WGET_URL="http://www.apache.org/dist/apr/$TARBALL"
    1.19 -#WGET_URL="http://apache.crihan.fr/dist/apr/$TARBALL"
    1.20  
    1.21  DEPENDS="apr expat ncurses readline zlib"
    1.22 -BUILD_DEPENDS="apr-dev unixODBC-dev sqlite-dev postgresql-dev mysql-dev libmysqlclient libpostgresqlclient util-linux-uuid-dev gawk"
    1.23 - 
    1.24 +BUILD_DEPENDS="apr-dev expat-dev gawk libmysqlclient 
    1.25 +	libpostgresqlclient libtool mysql-dev postgresql-dev 
    1.26 +	sqlite-dev unixODBC-dev util-linux-uuid-dev"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 -	./configure --with-apr=$(apr-1-config --bindir) \
    1.33 -		--with-pgsql=/usr \
    1.34 -		--with-mysql \
    1.35 -		--prefix=/usr \
    1.36 -		--infodir=/usr/share/info \
    1.37 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.38 +	./configure					\
    1.39 +		--with-apr=$(apr-1-config --bindir)	\
    1.40 +		--with-pgsql=/usr			\
    1.41 +		--with-mysql				\
    1.42 +		--prefix=/usr				\
    1.43 +		--infodir=/usr/share/info		\
    1.44 +		--mandir=/usr/share/man			\
    1.45 +		$CONFIGURE_ARGS &&
    1.46  	make &&
    1.47  	make DESTDIR=$DESTDIR install
    1.48  }
    1.49 @@ -33,6 +36,6 @@
    1.50  {
    1.51  	mkdir -p $fs/usr/lib/apr-util-1
    1.52  	
    1.53 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.54 -	#cp -a $install/usr/lib/apr-util-1/*.so* $fs/usr/lib/apr-util-1
    1.55 +	cp -a $install/usr/lib/*.so*			$fs/usr/lib
    1.56 +	#cp -a $install/usr/lib/apr-util-1/*.so*	$fs/usr/lib/apr-util-1
    1.57  }