wok-6.x annotate apr-dbd-mysql/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | bef314ba01da |
children | 129bb5b11a7e |
rev | line source |
---|---|
erjo@4644 | 1 # SliTaz package receipt. |
erjo@4644 | 2 |
erjo@4644 | 3 PACKAGE="apr-dbd-mysql" |
slaxemulator@6798 | 4 VERSION="1.3.10" |
pankso@4803 | 5 CATEGORY="development" |
erjo@4644 | 6 SHORT_DESC="APR Library Utilities MySQL DBD driver" |
erjo@4644 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@4644 | 8 DEPENDS="apr-util libmysqlclient" |
erjo@4644 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@4644 | 10 WEB_SITE="http://apr.apache.org" |
erjo@4644 | 11 WANTED="apr-util" |
erjo@4644 | 12 |
erjo@4644 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4644 | 14 genpkg_rules() |
erjo@4644 | 15 { |
erjo@4644 | 16 mkdir -p $fs/usr/lib/apr-util-1 |
erjo@4644 | 17 |
erjo@4644 | 18 cp -a $_pkg/usr/lib/apr-util-1/*mysql*.so $fs/usr/lib/apr-util-1 |
erjo@4644 | 19 } |