wok-next annotate drbd-utils/receipt @ rev 21251

updated drbd-utils again (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Dec 06 08:54:11 2019 +0100 (2019-12-06)
parents 9045b265b7b1
children 215a9f74104f
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@17467 2
pascal@17467 3 PACKAGE="drbd-utils"
Hans-G?nter@21250 4 VERSION="9.11.0"
pascal@17467 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Block device to build high availability clusters"
pascal@17467 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17467 8 LICENSE="GPL2"
Hans-G?nter@21250 9 WEB_SITE="https://www.linbit.com/en/drbd-community/"
al@20534 10
pascal@17467 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21250 12 #WGET_URL="http://oss.linbit.com/drbd/$TARBALL"
Hans-G?nter@21250 13 WGET_URL="https://github.com/LINBIT/$PACKAGE/archive/v$VERSION.tar.gz"
pascal@17467 14
Hans-G?nter@21251 15 BUILD_DEPENDS="autoconf automake flex libxslt"
pascal@17467 16
Hans-G?nter@21250 17 compile_rules()
Hans-G?nter@21250 18 {
Hans-G?nter@21251 19 ./autogen.sh &&
al@20534 20 ./configure $CONFIGURE_ARGS &&
pascal@17467 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@17467 23 }
pascal@17467 24
Hans-G?nter@21250 25 genpkg_rules()
Hans-G?nter@21250 26 {
al@20534 27 copy @std
pascal@17467 28 }