wok diff pgadmin/receipt @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
parents | 6135577f4d08 |
children | 1a39a3d55d0e |
line diff
1.1 --- a/pgadmin/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/pgadmin/receipt Fri Dec 27 17:02:20 2019 +0100 1.3 @@ -1,29 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pgadmin" 1.7 -VERSION="1.18.1" 1.8 +VERSION="1.22.2" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="PostgreSQL administration an management tools" 1.11 +SHORT_DESC="PostgreSQL administration and management tools." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.pgadmin.org" 1.15 + 1.16 SOURCE="pgadmin3" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://www.pgadmin.org" 1.19 WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" 1.20 +WGET_URL="https://ftp.postgresql.org/pub/$PACKAGE/$SOURCE/v$VERSION/src/$TARBALL" 1.21 1.22 -DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" 1.23 -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev \ 1.24 -wxWidgets28-dev" 1.25 +DEPENDS="gtk+ libcomerr3 libkrb5 libxslt postgresql wxWidgets28 xorg-libXxf86vm" 1.26 +BUILD_DEPENDS="libcrypto openssl-dev postgresql postgresql-dev libxml2-dev \ 1.27 + libxslt-dev wxWidgets28-dev" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 - --infodir=/usr/share/info \ 1.35 - --mandir=/usr/share/man \ 1.36 + ./configure \ 1.37 + --prefix=/usr \ 1.38 + --infodir=/usr/share/info \ 1.39 + --mandir=/usr/share/man \ 1.40 $CONFIGURE_ARGS && 1.41 - make && make DESTDIR=$DESTDIR install 1.42 + make && 1.43 + make DESTDIR=$DESTDIR install 1.44 } 1.45 1.46 # Rules to gen a SliTaz package suitable for Tazpkg. 1.47 @@ -31,12 +34,19 @@ 1.48 { 1.49 mkdir -p $fs/usr/share/pgadmin3/i18n 1.50 1.51 - cp -a $install/usr/bin $fs/usr 1.52 - cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 1.53 - cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 1.54 - cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n 1.55 - cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n 1.56 + cp -a $install/usr/bin \ 1.57 + $fs/usr 1.58 + cp -a $install/usr/share/pgadmin3/*.ini \ 1.59 + $fs/usr/share/pgadmin3 1.60 + cp -a $install/usr/share/pgadmin3/branding \ 1.61 + $fs/usr/share/pgadmin3 1.62 + cp -a $install/usr/share/pgadmin3/i18n/de_DE \ 1.63 + $fs/usr/share/pgadmin3/i18n 1.64 + cp -a $install/usr/share/pgadmin3/i18n/fr_FR \ 1.65 + $fs/usr/share/pgadmin3/i18n 1.66 + cp -a $install/usr/share/pgadmin3/i18n/*.lng \ 1.67 + $fs/usr/share/pgadmin3/i18n 1.68 1.69 - cp -a stuff/applications $fs/usr/share 1.70 - cp -a stuff/icons $fs/usr/share 1.71 + cp -a stuff/applications $fs/usr/share 1.72 + cp -a stuff/icons $fs/usr/share 1.73 }