wok diff wordpress/receipt @ rev 22444

vlc: add 3 more deps
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:32:25 2019 +0000 (2019-12-23)
parents 6135577f4d08
children 6de35f9c4eab
line diff
     1.1 --- a/wordpress/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/wordpress/receipt	Mon Dec 23 15:32:25 2019 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wordpress"
     1.7 -VERSION="3.4.1"
     1.8 +VERSION="5.2.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Blog Tool and Publishing Platform."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://wordpress.org/"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="${WEB_SITE}$TARBALL"
    1.17 +
    1.18  SUGGESTED="apache cherokee"
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WEB_SITE="https://wordpress.org/"
    1.21 -WGET_URL="$WEB_SITE/$TARBALL"
    1.22 -
    1.23 -DEPENDS="php mysql php-mysql"
    1.24 +DEPENDS="mysql php php-mysql"
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()