wok-next annotate drbd-utils/receipt @ rev 21715
Up cookutils (1146)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 28 07:53:22 2020 +0000 (2020-07-28) |
parents | 4946f9df2a22 |
children |
rev | line source |
---|---|
al@20534 | 1 # SliTaz package receipt v2. |
pascal@17467 | 2 |
pascal@17467 | 3 PACKAGE="drbd-utils" |
Hans-G?nter@21345 | 4 VERSION="9.12.2" |
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@21346 | 13 WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL" |
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@21345 | 22 --with-systemdunitdir=none \ |
Hans-G?nter@21347 | 23 --with-prebuiltman \ |
Hans-G?nter@21252 | 24 $CONFIGURE_ARGS && |
pascal@17467 | 25 make && |
al@21020 | 26 make DESTDIR=$install install |
pascal@17467 | 27 } |
pascal@17467 | 28 |
Hans-G?nter@21250 | 29 genpkg_rules() |
Hans-G?nter@21250 | 30 { |
al@20534 | 31 copy @std |
pascal@17467 | 32 } |