wok-next annotate keepalived/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@17468 2
pascal@17468 3 PACKAGE="keepalived"
pascal@17468 4 VERSION="1.2.15"
pascal@17468 5 CATEGORY="system-tools"
al@20534 6 SHORT_DESC="Routing software for loadbalancing and high-availability"
pascal@17468 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17468 8 LICENSE="GPL2"
pascal@21181 9 WEB_SITE="https://www.keepalived.org/"
al@20534 10
pascal@17468 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17468 12 WGET_URL="${WEB_SITE}software/$TARBALL"
pascal@17468 13
pascal@17468 14 BUILD_DEPENDS="openssl-dev glib libnl-dev"
pascal@17468 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@17468 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17468 20 }
pascal@17468 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="openssl libnl"
pascal@17468 25 }