wok-current view apr-dbd-sqlite/receipt @ rev 20322
update AES Crypt: 3.10 -> 3.13
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 11:51:49 2018 +0000 (2018-05-21) |
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 }