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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }