wok-current diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libnsl/receipt	Wed Mar 23 07:31:51 2022 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libnsl"
     1.7 +VERSION="2.0.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Public client interface library for NIS(YP) and NIS+."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="LGPL2+"
    1.12 +WEB_SITE="https://www.thkukuk.de/nis/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://github.com/thkukuk/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	./configure		\
    1.21 +		--prefix=/usr	\
    1.22 +		$CONFIG_ARGS
    1.23 +	make &&
    1.24 +	make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cook_copy_files	*.so*
    1.31 +}