wok view libldap/receipt @ rev 18617

make-slitaz-icons: add media-player buttons that must use stock icons, but not used them
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 19 14:33:00 2015 +0200 (2015-11-19)
parents a0228cea2931
children dd9b0bdf9963
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.4.25"
5 CATEGORY="misc"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://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 }