wok rev 11284

Up: phpmyadmin to 3.4.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 10 14:55:14 2011 +0000 (2011-11-10)
parents e5d4882e2116
children d733f9fd7167
files phpmyadmin/receipt
line diff
     1.1 --- a/phpmyadmin/receipt	Thu Nov 10 14:53:58 2011 +0000
     1.2 +++ b/phpmyadmin/receipt	Thu Nov 10 14:55:14 2011 +0000
     1.3 @@ -1,24 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="phpmyadmin"
     1.7 -VERSION="3.4.1"
     1.8 +VERSION="3.4.7.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Administration of MySQL over the Web."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  PHPMYADM="phpMyAdmin-$VERSION-all-languages"
    1.13  TARBALL="$PHPMYADM.tar.bz2"
    1.14 -WEB_SITE="http://www.$PACKAGE.net/"
    1.15 +WEB_SITE="http://www.phpmyadmin.net/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  SUGGESTED="php-mcrypt"
    1.18  DEPENDS="php-mysql"
    1.19  CONFIG_FILES="/etc/phpmyadmin/config.inc.php"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	[ -L $src ] || ln -s $PHPMYADM $src
    1.25 -}
    1.26 -
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {