summaryrefslogtreecommitdiff
path: root/community/libpqxx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libpqxx
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libpqxx')
-rw-r--r--community/libpqxx/ChangeLog9
-rw-r--r--community/libpqxx/PKGBUILD24
2 files changed, 0 insertions, 33 deletions
diff --git a/community/libpqxx/ChangeLog b/community/libpqxx/ChangeLog
deleted file mode 100644
index bf9624d43..000000000
--- a/community/libpqxx/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-
-2009-09-16 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updated to 3.0.2
-
-2009-08-06 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updated to 3.0.1
-
diff --git a/community/libpqxx/PKGBUILD b/community/libpqxx/PKGBUILD
deleted file mode 100644
index 00a6dba5d..000000000
--- a/community/libpqxx/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 83662 2013-02-04 10:17:35Z spupykin $
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-
-pkgname=libpqxx
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="C++ client API for PostgreSQL"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://pqxx.org/development/libpqxx/"
-depends=('postgresql-libs>=8.4.1')
-makedepends=('python2')
-options=('!libtool')
-source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's|python|python2|' tools/splitconfig
- ./configure --prefix=/usr --enable-shared
- make
- make prefix="${pkgdir}/usr" install
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}