wok diff libmysqlclient/receipt @ rev 1239

Add: claws-mail, an another mail client.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Aug 11 23:40:37 2008 +0200 (2008-08-11)
parents
children 03a799424aaa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libmysqlclient/receipt	Mon Aug 11 23:40:37 2008 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libmysqlclient"
     1.7 +VERSION="5.0.51b"
     1.8 +CATEGORY="system"
     1.9 +SHORT_DESC="SQL database system client libraries."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.mysql.com/"
    1.13 +WANTED="mysql"
    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/mysql/libmysqlclient*so* $fs/usr/lib/
    1.20 +}