wok view libnsl-dev/receipt @ rev 25682

Up libqcow (20240308)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 18:25:46 2024 +0000 (2 months ago)
parents facd18a500ff
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libnsl-dev"
4 VERSION="2.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Public client interface library for NIS(YP) and NIS+ - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2+"
9 WEB_SITE="https://github.com/thkukuk/libnsl/"
11 DEPENDS="libnsl"
12 WANTED="libnsl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # mkdir -p $fs/usr/lib/pkgconfig
19 # cp -a $install/usr/include $fs/usr
20 # cp -a $install/usr/lib/*.*a $fs/usr/lib
21 # cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 get_dev_files
23 }