[aur-general] phpPgAdmin out-of-date

Simon Streit ss2 at netpanic.org
Sat Aug 9 14:07:59 EDT 2008


Hi,

I'd like to point out, that the phpPgAdmin package in AUR is out of
date. Furthurmore, $instdir in the PKGBUILD [1] doesn't point to the
default directories of some web servers anymore.
This is because Apache and lighttpd nowadays use the directory
'/srv/http' as default, whereas the installation renders a bit useless.

So here comes the fixed update: 

pkgname=phppgadmin
pkgver=4.2.1
pkgrel=1
pkgdesc="A web-based administration tool for PostgreSQL. It is perfect
for PostgreSQL DBAs, newbies and hosting services."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/phppgadmin"
license=('GPL')
depends=('php' 'postgresql')
backup=('home/httpd/html/phpPgAdmin/conf/config.inc.php')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
md5sums=('d4cc67bea9a449ac0585bb4e8b2fc7e7')

build() {
instdir=$startdir/pkg/srv/http/phppgadmin
mkdir -p $instdir
cd $instdir
cp -ra $startdir/src/phpPgAdmin-$pkgver/* .
cp ./conf/config.inc.php-dist ./conf/config.inc.php
} 

Regards,
Simon

[1]
http://repos.archlinux.org/viewvc.cgi/community/system/phppgadmin/PKGBUILD?revision=1.8&root=community&pathrev=CURRENT




More information about the aur-general mailing list