wok annotate libnsl/receipt @ rev 24817

created recipes for libnsl and libnsl-dev
author Hans-G?nter Theisgen
date Wed Mar 23 07:31:51 2022 +0100 (2022-03-23)
parents
children 6921af00a0cc
rev   line source
Hans-G?nter@24817 1 # SliTaz package receipt.
Hans-G?nter@24817 2
Hans-G?nter@24817 3 PACKAGE="libnsl"
Hans-G?nter@24817 4 VERSION="2.0.0"
Hans-G?nter@24817 5 CATEGORY="development"
Hans-G?nter@24817 6 SHORT_DESC="Public client interface library for NIS(YP) and NIS+."
Hans-G?nter@24817 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@24817 8 LICENSE="LGPL2+"
Hans-G?nter@24817 9 WEB_SITE="https://www.thkukuk.de/nis/"
Hans-G?nter@24817 10
Hans-G?nter@24817 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@24817 12 WGET_URL="https://github.com/thkukuk/$PACKAGE/releases/download/v$VERSION/$TARBALL"
Hans-G?nter@24817 13
Hans-G?nter@24817 14 # Rules to configure and make the package.
Hans-G?nter@24817 15 compile_rules()
Hans-G?nter@24817 16 {
Hans-G?nter@24817 17 ./configure \
Hans-G?nter@24817 18 --prefix=/usr \
Hans-G?nter@24817 19 $CONFIG_ARGS
Hans-G?nter@24817 20 make &&
Hans-G?nter@24817 21 make install
Hans-G?nter@24817 22 }
Hans-G?nter@24817 23
Hans-G?nter@24817 24 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@24817 25 genpkg_rules()
Hans-G?nter@24817 26 {
Hans-G?nter@24817 27 cook_copy_files *.so*
Hans-G?nter@24817 28 }