wok view apr-dbd-mysql/receipt @ rev 9907
slitaz-icon: fix sed (must be befor cd to find file) and avois error with latlito/tazpkg --root=
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 17 15:18:51 2011 +0200 (2011-05-17) |
parents | 81595ade5947 |
children | 0dca22615fdd |
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-mysql"
4 VERSION="1.3.10"
5 CATEGORY="development"
6 SHORT_DESC="APR Library Utilities MySQL DBD driver"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="apr-util libmysqlclient"
9 WEB_SITE="http://apr.apache.org"
10 WANTED="apr-util"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/apr-util-1
17 cp -a $_pkg/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1
18 }