wok view libmysqlclient/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 96e4513829cd
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="libmysqlclient"
4 VERSION="5.5.27"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mysql.com/"
10 WANTED="mysql"
12 DEPENDS="zlib"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libmysqlclient*so* $fs/usr/lib
19 }