wok view libldap/receipt @ rev 8213

imported patch toolchain/uclibc-cross-compiler-i486.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents b87e77db07eb
children edd6abd5af6d
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.4.23"
5 CATEGORY="misc"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.openldap.org/"
9 DEPENDS="openssl libkrb5 libcomerr3 libsasl-without-ldap"
10 WANTED="openldap"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*so* $fs/usr/lib
17 }