wok-next diff adminer/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents a3c581bf52b8
children
line diff
     1.1 --- a/adminer/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/adminer/receipt	Fri Jan 11 04:06:27 2019 +0200
     1.3 @@ -1,28 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="adminer"
     1.8  VERSION="4.1.0"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Database management in a single PHP file."
    1.11 +SHORT_DESC="Database management in a single PHP file"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 Apache"
    1.14 +WEB_SITE="https://www.adminer.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.zip"
    1.17 -WEB_SITE="https://www.adminer.org/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="php"
    1.21  BUILD_DEPENDS="php-cli php-mysql php-pgsql php-sqlite"
    1.22 -SUGGESTED="php-mysql php-pgsql php-sqlite"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	php compile.php 2>&1 | sed '/^PHP Warning/d'
    1.28 +compile_rules() {
    1.29 +	php compile.php
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/var/www/$PACKAGE
    1.37  	cp $src/adminer-$VERSION.php $fs/var/www/$PACKAGE/index.php
    1.38 +	DEPENDS="php"
    1.39 +	SUGGESTED="php-mysql php-pgsql php-sqlite"
    1.40  }