wok-next rev 21250

updated drbd-utils (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Dec 06 08:40:38 2019 +0100 (2019-12-06)
parents 7d220edb0d73
children e8bc1e77e9b9
files drbd-utils/receipt
line diff
     1.1 --- a/drbd-utils/receipt	Thu Dec 05 17:48:07 2019 +0100
     1.2 +++ b/drbd-utils/receipt	Fri Dec 06 08:40:38 2019 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt v2.
     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="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/drbd-download/"
    1.14 +WEB_SITE="https://www.linbit.com/en/drbd-community/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
    1.18 +#WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
    1.19 +WGET_URL="https://github.com/LINBIT/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  BUILD_DEPENDS="flex libxslt"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31 -genpkg_rules() {
    1.32 +genpkg_rules()
    1.33 +{
    1.34  	copy @std
    1.35  }