wok view apr-dbd-sqlite/receipt @ rev 13481

busybox: use slitaz-base httphelper.sh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 11 13:43:57 2012 +0200 (2012-10-11)
parents 129bb5b11a7e
children 64e367d2148e
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-sqlite"
4 VERSION="1.4.1"
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 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/*sqlite*.so $fs/usr/lib/apr-util-1
18 }