wok-6.x diff drbd-utils/receipt @ rev 25424
updated x265 and x265-dev (3.2 -> 3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 18 16:24:15 2022 +0100 (2022-08-18) |
parents | bfabe25c21ff |
children |
line diff
1.1 --- a/drbd-utils/receipt Sun Feb 13 18:01:32 2022 +0000 1.2 +++ b/drbd-utils/receipt Thu Aug 18 16:24:15 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="drbd-utils" 1.7 -VERSION="9.11.0" 1.8 +VERSION="9.20.2" 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 @@ -9,10 +9,10 @@ 1.13 WEB_SITE="https://www.linbit.com/en/drbd-community/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL" 1.17 +WGET_URL="https://pkg.linbit.com/downloads/drbd/utils/$TARBALL" 1.18 1.19 DEPENDS="gcc83-lib-base" 1.20 -BUILD_DEPENDS="autoconf automake flex gcc83 libxslt udev-dev" 1.21 +BUILD_DEPENDS="flex gcc83 libxslt udev-dev" 1.22 1.23 # What is the latest version available today? 1.24 current_version() 1.25 @@ -24,7 +24,6 @@ 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./autogen.sh && 1.30 ./configure \ 1.31 CC=gcc-83 \ 1.32 CXX=g++-83 \ 1.33 @@ -33,13 +32,16 @@ 1.34 --localstatedir=/var \ 1.35 --with-systemdunitdir=none \ 1.36 --with-prebuiltman \ 1.37 - $CONFIGURE_ARGS 1.38 + $CONFIGURE_ARGS && 1.39 make && 1.40 - make DESTDIR=$DESTDIR install 1.41 + make install DESTDIR=$DESTDIR 1.42 } 1.43 1.44 # Rules to gen a SliTaz package suitable for Tazpkg. 1.45 genpkg_rules() 1.46 { 1.47 - cp -a $install/* $fs/ 1.48 + cook_copy_folders etc 1.49 + cook_copy_folders lib 1.50 + cook_copy_folders sbin 1.51 + cook_copy_folders var 1.52 }