wok-current view libldap/receipt @ rev 25642

Bump linux to 4.19.305, add linux-pae-ipv6
author Stanislas Leduc <shann@slitaz.org>
date Wed Jan 17 12:05:22 2024 +0000 (11 months ago)
parents 07a235e583fc
children 5926178cd6fa
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.4.59"
5 CATEGORY="misc"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openldap.org/"
10 WANTED="openldap"
12 DEPENDS="libssl libkrb5 libcomerr3 libsasl-without-ldap"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*so* $fs/usr/lib
19 }