wok view libnsl-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children f40d97a52c42
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://www.thkukuk.de/nis/"
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 }