wok diff libnsl-dev/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents
children f40d97a52c42
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libnsl-dev/receipt	Fri May 20 10:31:53 2022 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libnsl-dev"
     1.7 +VERSION="2.0.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Public client interface library for NIS(YP) and NIS+ - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="LGPL2+"
    1.12 +WEB_SITE="https://www.thkukuk.de/nis/"
    1.13 +
    1.14 +DEPENDS="libnsl"
    1.15 +WANTED="libnsl"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +#	mkdir -p $fs/usr/lib/pkgconfig
    1.21 +
    1.22 +#	cp -a $install/usr/include		$fs/usr
    1.23 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.24 +#	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.25 +	get_dev_files
    1.26 +}