wok rev 22658

updated drbd-utils (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Jan 17 07:50:39 2020 +0100 (2020-01-17)
parents ce368efd05fe
children 670a58377b9d
files drbd-utils/receipt
line diff
     1.1 --- a/drbd-utils/receipt	Thu Jan 16 17:58:30 2020 +0100
     1.2 +++ b/drbd-utils/receipt	Fri Jan 17 07:50:39 2020 +0100
     1.3 @@ -1,23 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="drbd-utils"
     1.7 -VERSION="8.9.1"
     1.8 +VERSION="9.11.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="DRBD is a block device to build high availability clusters."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://www.linbit.com/en/drbd-community/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://drbd.linbit.com/"
    1.17 -WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
    1.18 +WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="flex libxslt"
    1.21 +DEPENDS="gcc83-lib-base"
    1.22 +BUILD_DEPENDS="flex gcc83 libxslt udev-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure --prefix=/usr \
    1.28 -		--sysconfdir=/etc \
    1.29 -		--localstatedir=/var \
    1.30 +	./configure				\
    1.31 +		CC=gcc-83			\
    1.32 +		CXX=g++-83			\
    1.33 +		--prefix=/usr			\
    1.34 +		--sysconfdir=/etc		\
    1.35 +		--localstatedir=/var		\
    1.36 +		--with-systemdunitdir=none	\
    1.37 +		--with-prebuiltman		\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make DESTDIR=$DESTDIR install
    1.41 @@ -26,5 +33,5 @@
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -	cp -a $install/* $fs/
    1.46 +	cp -a $install/*	$fs/
    1.47  }