wok diff pgadmin/receipt @ rev 15824

Up: btrfs-progs to 3.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 10:09:14 2014 +0000 (2014-01-24)
parents ad786a87b22e
children c7c5267e7001
line diff
     1.1 --- a/pgadmin/receipt	Tue Mar 01 16:28:33 2011 +0100
     1.2 +++ b/pgadmin/receipt	Fri Jan 24 10:09:14 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="PostgreSQL administration an management tools"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
     1.8 -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev"
     1.9 +LICENSE="BSD"
    1.10  SOURCE="pgadmin3"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.pgadmin.org"
    1.13  WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL"
    1.14  
    1.15 +DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
    1.16 +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -21,7 +23,7 @@
    1.22                  --infodir=/usr/share/info \
    1.23                  --mandir=/usr/share/man \
    1.24                  $CONFIGURE_ARGS &&
    1.25 -        make && make DESTDIR=$PWD/_pkg install
    1.26 +        make && make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 @@ -29,11 +31,11 @@
    1.31  {
    1.32          mkdir -p $fs/usr/share/pgadmin3/i18n
    1.33  		
    1.34 -        cp -a $_pkg/usr/bin $fs/usr
    1.35 -		cp -a $_pkg/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
    1.36 -		cp -a $_pkg/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3	
    1.37 -		cp -a $_pkg/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n	
    1.38 -		cp -a $_pkg/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n	
    1.39 +        cp -a $install/usr/bin $fs/usr
    1.40 +		cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
    1.41 +		cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3	
    1.42 +		cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n	
    1.43 +		cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n	
    1.44  		
    1.45  		cp -a stuff/applications $fs/usr/share
    1.46  		cp -a stuff/icons $fs/usr/share