wok-next annotate drbd-utils/receipt @ rev 21252
updated drbd-utils again (8.9.1 -> 9.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:01:32 2019 +0100 (2019-12-06) |
parents | e8bc1e77e9b9 |
children | 1de31a82a0d9 |
rev | line source |
---|---|
al@20534 | 1 # SliTaz package receipt v2. |
pascal@17467 | 2 |
pascal@17467 | 3 PACKAGE="drbd-utils" |
Hans-G?nter@21250 | 4 VERSION="9.11.0" |
pascal@17467 | 5 CATEGORY="system-tools" |
al@21020 | 6 SHORT_DESC="Block device to build high availability clusters" |
pascal@17467 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17467 | 8 LICENSE="GPL2" |
Hans-G?nter@21250 | 9 WEB_SITE="https://www.linbit.com/en/drbd-community/" |
al@20534 | 10 |
pascal@17467 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21250 | 12 #WGET_URL="http://oss.linbit.com/drbd/$TARBALL" |
Hans-G?nter@21250 | 13 WGET_URL="https://github.com/LINBIT/$PACKAGE/archive/v$VERSION.tar.gz" |
pascal@17467 | 14 |
Hans-G?nter@21252 | 15 BUILD_DEPENDS="autoconf automake flex libxslt udev-dev" |
pascal@17467 | 16 |
Hans-G?nter@21250 | 17 compile_rules() |
Hans-G?nter@21250 | 18 { |
Hans-G?nter@21251 | 19 ./autogen.sh && |
Hans-G?nter@21252 | 20 ./configure \ |
Hans-G?nter@21252 | 21 --with-initscripttype=sysv \ |
Hans-G?nter@21252 | 22 $CONFIGURE_ARGS && |
pascal@17467 | 23 make && |
al@21020 | 24 make DESTDIR=$install install |
pascal@17467 | 25 } |
pascal@17467 | 26 |
Hans-G?nter@21250 | 27 genpkg_rules() |
Hans-G?nter@21250 | 28 { |
al@20534 | 29 copy @std |
pascal@17467 | 30 } |