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

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
parents 81595ade5947
children 0dca22615fdd
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-sqlite"
4 VERSION="1.3.10"
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 }