wok-next view 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 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="drbd-utils"
4 VERSION="9.11.0"
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 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules()
28 {
29 copy @std
30 }