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

updated drbd-utils (8.9.1 -> 9.11.0)
author Hans-G?nter Theisgen
date Fri Dec 06 08:40:38 2019 +0100 (2019-12-06)
parents d5aab818505e
children e8bc1e77e9b9
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
pascal@18419 15 BUILD_DEPENDS="flex libxslt"
pascal@17467 16
Hans-G?nter@21250 17 compile_rules()
Hans-G?nter@21250 18 {
al@20534 19 ./configure $CONFIGURE_ARGS &&
pascal@17467 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@17467 22 }
pascal@17467 23
Hans-G?nter@21250 24 genpkg_rules()
Hans-G?nter@21250 25 {
al@20534 26 copy @std
pascal@17467 27 }