wok annotate apr-dbd-pgsql/receipt @ rev 19654

busybox: add buf 9471 fix (for wget)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 25 09:31:52 2017 +0100 (2017-01-25)
parents 64e367d2148e
children f4cb7c6f97ac
rev   line source
erjo@4644 1 # SliTaz package receipt.
erjo@4644 2
erjo@4644 3 PACKAGE="apr-dbd-pgsql"
erjo@14811 4 VERSION="1.5.2"
pankso@4803 5 CATEGORY="development"
erjo@4644 6 SHORT_DESC="APR Library Utilities PostgreSQL DBD driver"
erjo@4644 7 MAINTAINER="erjo@slitaz.org"
pascal@15362 8 LICENSE="Apache"
erjo@4644 9 WEB_SITE="http://apr.apache.org"
erjo@4644 10 WANTED="apr-util"
erjo@4644 11
pascal@15362 12 DEPENDS="apr-util libpostgresqlclient"
pascal@15362 13
erjo@4644 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4644 15 genpkg_rules()
erjo@4644 16 {
erjo@4644 17 mkdir -p $fs/usr/lib/apr-util-1
erjo@4644 18
pascal@15362 19 cp -a $install/usr/lib/apr-util-1/*pgsql*.so $fs/usr/lib/apr-util-1
erjo@4644 20 }