wok-next annotate ypbind-mt/receipt @ rev 21208

asterisk: added build dependencies
author Hans-G?nter Theisgen
date Mon Dec 02 10:21:51 2019 +0100 (2019-12-02)
parents d5aab818505e
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@5681 2
pascal@5681 3 PACKAGE="ypbind-mt"
pascal@5681 4 VERSION="1.31"
pascal@5681 5 CATEGORY="network"
pascal@5681 6 SHORT_DESC="Yellow pages client daemon"
pascal@5681 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/net/NIS/"
al@20513 10
pascal@5681 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@5681 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@5681 13
al@20513 14 compile_rules() {
al@21020 15 ./configure $CONFIGURE_ARGS &&
al@21020 16 make &&
al@21020 17 make DESTDIR=$install install
pascal@5681 18 }
pascal@5681 19
al@20513 20 genpkg_rules() {
al@20513 21 copy @std
pascal@5681 22 }