wok-current view apr-dbd-sqlite/receipt @ rev 13099
Up: dbus to 1.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 26 18:19:02 2012 +0000 (2012-06-26) |
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 }