wok view openldap-dev/receipt @ rev 12077
fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 09 10:16:47 2012 +0100 (2012-03-09) |
parents | c1a84d84a7ef |
children | 8f447cf2eee5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="openldap-dev"
4 VERSION="2.4.25"
5 CATEGORY="development"
6 SHORT_DESC="LDAP database development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.openldap.org/"
9 DEPENDS="openldap libldap"
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/include $fs/usr
17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
18 }