wok view libldap/receipt @ rev 1407

feh : fix depends
fix build-depends
fix receipt to copy yudit.ttf font and images
author Mallory MOLLO <mallory@sweetpeople.org
date Tue Sep 23 21:14:56 2008 +0200 (2008-09-23)
parents
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="libldap"
4 VERSION="2.3.39"
5 CATEGORY="system"
6 SHORT_DESC="LDAP database libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-stable-20071118.tgz"
9 WEB_SITE="http://www.openldap.org/"
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 }