wok view apr-dbd-sqlite/receipt @ rev 15715
util-linux-getopt: update install path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Dec 25 00:04:02 2013 +0000 (2013-12-25) |
parents | 64e367d2148e |
children | f4cb7c6f97ac |
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-sqlite"
4 VERSION="1.5.2"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library Utilities SQLite DBD driver"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://apr.apache.org"
10 WANTED="apr-util"
12 DEPENDS="apr-util sqlite"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/apr-util-1
19 cp -a $install/usr/lib/apr-util-1/*sqlite*.so $fs/usr/lib/apr-util-1
20 }