wok-next view libldap/receipt @ rev 9720

Fixed slitaz-i18n to use cook if it exists to make locale packages. If cook doesn't exist it will use tazwok.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 00:42:20 2011 +0000 (2011-05-09)
parents edd6abd5af6d
children a0228cea2931
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.4.24"
5 CATEGORY="misc"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.openldap.org/"
9 DEPENDS="libssl 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 }