wok annotate libldap/receipt @ rev 2114

Add: SuperTux 0.1.3
author Mallory MOLLO <mallory@skyrock.com>
date Fri Jan 30 00:46:35 2009 +0100 (2009-01-30)
parents c13c815a576c
children 4786cbebbb4b
rev   line source
pascal@1155 1 # SliTaz package receipt.
pascal@1155 2
pascal@1155 3 PACKAGE="libldap"
pascal@1155 4 VERSION="2.3.39"
pascal@1423 5 CATEGORY="misc"
pascal@1155 6 SHORT_DESC="LDAP database libraries."
pascal@1155 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1155 8 TARBALL="$PACKAGE-stable-20071118.tgz"
pascal@1155 9 WEB_SITE="http://www.openldap.org/"
pascal@1155 10 WANTED="openldap"
pascal@1155 11
pascal@1155 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1155 13 genpkg_rules()
pascal@1155 14 {
pascal@1155 15 mkdir -p $fs/usr/lib
pascal@1155 16 cp -a $_pkg/usr/lib/*so* $fs/usr/lib
pascal@1155 17 }