wok-next view drbd-utils/receipt @ rev 21346

updated drbd-utils again (9.11.0 -> 9.12.2)
author Hans-G?nter Theisgen
date Thu Apr 09 13:37:46 2020 +0100 (2020-04-09)
parents 1de31a82a0d9
children 8889c64e3dd7
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 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$install install
26 }
28 genpkg_rules()
29 {
30 copy @std
31 }