mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
pgadmin3-testing: Update to 1.14.0, add makedepends=postgresql (due to some header file dependencies)
This commit is contained in:
parent
efb24593b2
commit
298cc81473
1 changed files with 8 additions and 6 deletions
14
PKGBUILD
14
PKGBUILD
|
|
@ -5,24 +5,26 @@
|
|||
# Contributor: bekks <eduard.warkentin@gmx.de>
|
||||
|
||||
pkgname=pgadmin3-testing
|
||||
pkgver=1.14.0rc1
|
||||
_realver=1.14.0-rc1
|
||||
pkgver=1.14.0
|
||||
_realver=1.14.0
|
||||
pkgrel=1
|
||||
pkgdesc="A comprehensive design and management interface for PostgreSQL database"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.pgadmin.org/"
|
||||
license=('custom:PostgreSQL')
|
||||
depends=('wxgtk' 'postgresql-libs' 'libxslt')
|
||||
makedepends=('libpqxx')
|
||||
makedepends=('libpqxx' 'postgresql')
|
||||
provides=('pgadmin3')
|
||||
conflicts=('pgadmin3' 'pgadmin3-svn')
|
||||
source=(http://ftp.de.postgresql.org/packages/databases/PostgreSQL/pgadmin3/release/v${_realver}/src/pgadmin3-${_realver}.tar.gz
|
||||
source=(http://wwwmaster.postgresql.org/redir/354/f/pgadmin3/release/v${_realver}/src/pgadmin3-${_realver}.tar.gz
|
||||
pgadmin3.desktop)
|
||||
|
||||
build() {
|
||||
cd $srcdir/pgadmin3-${_realver}
|
||||
unset LDFLAGS
|
||||
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr
|
||||
if [ ! $NOEXTRACT -eq 1 ]; then
|
||||
./configure --prefix=/usr
|
||||
fi
|
||||
make
|
||||
}
|
||||
|
||||
|
|
@ -39,5 +41,5 @@ package() {
|
|||
install -D -m 644 pgadmin/include/images/pgAdmin3.ico $pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
|
||||
install -D -m 644 $srcdir/pgadmin3.desktop $pkgdir/usr/share/applications/
|
||||
}
|
||||
md5sums=('b43bbedaacd8677f35825c66c31475cb'
|
||||
md5sums=('27bf1694809a7d9adf4feec508374df2'
|
||||
'd07ba4df54baead30b66d19d7450bcad')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue