wok-4.x diff libldap/receipt @ rev 1407
feh : fix depends
fix build-depends
fix receipt to copy yudit.ttf font and images
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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libldap/receipt Tue Sep 23 21:14:56 2008 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libldap" 1.7 +VERSION="2.3.39" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="LDAP database libraries." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-stable-20071118.tgz" 1.12 +WEB_SITE="http://www.openldap.org/" 1.13 +WANTED="openldap" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/*so* $fs/usr/lib 1.20 +}