[arch-commits] CVS update of extra/daemons/postgresql (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sat Oct 20 06:05:32 UTC 2007
Date: Saturday, October 20, 2007 @ 02:05:32
Author: eric
Path: /home/cvs-extra/extra/daemons/postgresql
Modified: PKGBUILD (1.40 -> 1.41)
upgpkg: postgresql 8.2.5-1
added license file, disabled SMP build
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Index: extra/daemons/postgresql/PKGBUILD
diff -u extra/daemons/postgresql/PKGBUILD:1.40 extra/daemons/postgresql/PKGBUILD:1.41
--- extra/daemons/postgresql/PKGBUILD:1.40 Thu Oct 18 22:13:12 2007
+++ extra/daemons/postgresql/PKGBUILD Sat Oct 20 02:05:32 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.40 2007/10/19 02:13:12 paul Exp $
+# $Id: PKGBUILD,v 1.41 2007/10/20 06:05:32 eric Exp $
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=postgresql
pkgver=8.2.5
@@ -8,6 +8,7 @@
license=('BSD')
url="http://www.postgresql.org/"
depends=('postgresql-libs>=8.2.5')
+options=('!makeflags')
source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-base-${pkgver}.tar.bz2 \
postgresql build.patch)
md5sums=('5879b205b635f3fb905f6015c50f4edd' 'd19658ac1b00ff51e3335386ed6c262f'\
@@ -41,4 +42,7 @@
# install launch script
install -D -m755 ../postgresql $startdir/pkg/etc/rc.d/postgresql \
|| return 1
+
+ # install license
+ install -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/LICENSE || return 1
}
More information about the arch-commits
mailing list