wok-next view apr-dbd-pgsql/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 64e367d2148e
children 4048d48a47c1
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dbd-pgsql"
4 VERSION="1.5.2"
5 CATEGORY="development"
6 SHORT_DESC="APR Library Utilities PostgreSQL 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 libpostgresqlclient"
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/*pgsql*.so $fs/usr/lib/apr-util-1
20 }