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

updated drbd-utils (9.11.0 -> 9.12.2)
author Hans-G?nter Theisgen
date Thu Apr 09 13:26:29 2020 +0100 (2020-04-09)
parents 215a9f74104f
children 4946f9df2a22
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://github.com/LINBIT/$PACKAGE/archive/v$VERSION.tar.gz"
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 }