wok-stable view apr-dbd-sqlite/receipt @ rev 5196
Added tag 3.0 for changeset ab092d8a7a8b
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 28 21:23:37 2010 +0200 (2010-03-28) |
parents | 116984a54f50 |
children | 81595ade5947 |
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-sqlite"
4 VERSION="1.3.9"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="apr-util sqlite"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://apr.apache.org"
11 WANTED="apr-util"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/apr-util-1
18 cp -a $_pkg/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
19 }