wok diff pgadmin/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents c7c5267e7001
children 6135577f4d08
line diff
     1.1 --- a/pgadmin/receipt	Fri Oct 10 16:34:25 2014 +0200
     1.2 +++ b/pgadmin/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -11,32 +11,32 @@
     1.4  WEB_SITE="http://www.pgadmin.org"
     1.5  WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL"
     1.6  
     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 +DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
    1.10 +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev \
    1.11 +wxWidgets28-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -        cd $src
    1.17 -        ./configure \
    1.18 -                --prefix=/usr \
    1.19 -                --infodir=/usr/share/info \
    1.20 -                --mandir=/usr/share/man \
    1.21 -                $CONFIGURE_ARGS &&
    1.22 -        make && make DESTDIR=$DESTDIR install
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		--infodir=/usr/share/info \
    1.26 +		--mandir=/usr/share/man \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make && make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -        mkdir -p $fs/usr/share/pgadmin3/i18n
    1.35 -		
    1.36 -        cp -a $install/usr/bin $fs/usr
    1.37 -		cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
    1.38 -		cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3	
    1.39 -		cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n	
    1.40 -		cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n	
    1.41 -		
    1.42 -		cp -a stuff/applications $fs/usr/share
    1.43 -		cp -a stuff/icons $fs/usr/share
    1.44 +	mkdir -p $fs/usr/share/pgadmin3/i18n
    1.45 +
    1.46 +	cp -a $install/usr/bin $fs/usr
    1.47 +	cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
    1.48 +	cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3
    1.49 +	cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n
    1.50 +	cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n
    1.51 +
    1.52 +	cp -a stuff/applications $fs/usr/share
    1.53 +	cp -a stuff/icons $fs/usr/share
    1.54  }