1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: Giovanni Scafora <giovanni@archlinux.org>
7 pkgdesc='C++ client API for PostgreSQL'
8 url='http://pqxx.org/development/libpqxx/'
11 depends=('postgresql-libs>=9.1')
12 makedepends=('python' 'xmlto' 'doxygen')
13 provides=('libpqxx.so')
14 source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
15 sha256sums=('8194ce4eff3fee5325963ccc28d3542cfaa54ba1400833d0df6948de3573c118')
16 b2sums=('61e974e3c13c8c4ba958b1b20a63e3cb142bc02b6d527da99fe5ad892a3479adc326e523258051fbd1a453e505f7944267851ff4333fb6300204780ffdbfe6e7')
19 cd ${pkgname}-${pkgver}
27 cd ${pkgname}-${pkgver}
28 make prefix="${pkgdir}/usr" install
29 install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
30 install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"