wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="drbd-utils"
4 VERSION="9.12.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device to build high availability clusters"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.linbit.com/en/drbd-community/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
13 WGET_URL="https://www.linbit.com/downloads/drbd/utils/$TARBALL"
15 BUILD_DEPENDS="autoconf automake flex libxslt udev-dev"
17 compile_rules()
18 {
19 ./autogen.sh &&
20 ./configure \
21 --with-initscripttype=sysv \
22 --with-systemdunitdir=none \
23 --with-prebuiltman \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules()
30 {
31 copy @std
32 }