postgresql: update to 8.4.10, systemd switch.

This commit is contained in:
Juan RP 2012-01-28 12:20:35 +01:00
parent 782694cd41
commit f151ae9f47
13 changed files with 101 additions and 173 deletions

View file

@ -1,6 +1,5 @@
# Template file for 'postgresql-client'.
#
revision=1
short_desc="Client frontends programs for PostgreSQL"
long_desc="${long_desc}
@ -13,21 +12,14 @@ long_desc="${long_desc}
On a network, you can install this package on many client machines, while
the server package may be installed on only one machine."
Add_dependency run libxslt
do_install()
{
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man1 \
${DESTDIR}/usr/share/postgresql
do_install() {
for f in clusterdb createdb createlang createuser dropdb droplang \
dropuser pg_dump pg_dumpall pg_restore psql reindexdb \
vacuumdb; do
mv ${SRCPKGDESTDIR}/usr/bin/${f} ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/share/man/man1/${f}.1 \
${DESTDIR}/usr/share/man/man1
vmove usr/bin/${f} usr/bin
vmove usr/share/man/man1/${f}.1 usr/share/man/man1
done
mv ${SRCPKGDESTDIR}/usr/share/man/man7 ${DESTDIR}/usr/share/man
vmove usr/share/man/man7 usr/share/man
for d in $(find ${SRCPKGDESTDIR}/usr/share/locale \
-type f -name pgscripts\* -o \
-name psql\* -o \