wok diff phpmyadmin/receipt @ rev 11470
xorg-fonttosfnt: set depends to 'xorg-libX11 xorg-libfontenc freetype'
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
parents | 672ea5080679 |
children | cb0d692a7f54 |
line diff
1.1 --- a/phpmyadmin/receipt Sat May 21 02:40:09 2011 +0000 1.2 +++ b/phpmyadmin/receipt Sat Dec 17 11:45:19 2011 +0100 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 {