wok-stable view libldap/receipt @ rev 5372

Up: libwebkit, libwebkit-dev, webkit-web-inspector (1.2.0) - Added acl and util-linux-ng-uuid to depends and the -dev of them to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 01 01:30:59 2010 +0000 (2010-05-01)
parents f49a55eb6ce7
children 023108c135af
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.4.16"
5 CATEGORY="misc"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.openldap.org/"
9 DEPENDS="cyrus-sasl openssl libkrb5 libcomerr3"
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 }