wok-next view ypbind-mt/receipt @ rev 21345

updated drbd-utils (9.11.0 -> 9.12.2)
author Hans-G?nter Theisgen
date Thu Apr 09 13:26:29 2020 +0100 (2020-04-09)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ypbind-mt"
4 VERSION="1.31"
5 CATEGORY="network"
6 SHORT_DESC="Yellow pages client daemon"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/net/NIS/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 copy @std
22 }