[arch-commits] CVS update of extra/lib/postgresql-libs (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Oct 20 06:05:45 UTC 2007


    Date: Saturday, October 20, 2007 @ 02:05:45
  Author: eric
    Path: /home/cvs-extra/extra/lib/postgresql-libs

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: postgresql-libs 8.2.5-1
added license file, disabled SMP build


----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


Index: extra/lib/postgresql-libs/PKGBUILD
diff -u extra/lib/postgresql-libs/PKGBUILD:1.8 extra/lib/postgresql-libs/PKGBUILD:1.9
--- extra/lib/postgresql-libs/PKGBUILD:1.8	Thu Oct 18 22:12:28 2007
+++ extra/lib/postgresql-libs/PKGBUILD	Sat Oct 20 02:05:45 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.8 2007/10/19 02:12:28 paul Exp $
+# $Id: PKGBUILD,v 1.9 2007/10/20 06:05:45 eric Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=postgresql-libs
 pkgver=8.2.5
@@ -8,6 +8,7 @@
 license=('BSD')
 url="http://www.postgresql.org/"
 depends=('openssl>=0.9.8b' 'zlib' 'readline')
+options=('!makeflags')
 source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-base-${pkgver}.tar.bz2)
 md5sums=('5879b205b635f3fb905f6015c50f4edd')
 
@@ -48,6 +49,8 @@
   install -m644 postgres_fe.h $startdir/pkg/usr/include/postgresql/internal/ \
   	|| return 1
   install -m644 libpq/pqcomm.h $startdir/pkg/usr/include/postgresql/internal/libpq/ || return 1
+ 
+  install -D -m644 ../../COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/LICENSE || return 1
 
   set +e
 }




More information about the arch-commits mailing list