wok-6.x diff wordpress/receipt @ rev 22334
updated znc (1.2 -> 1.7.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 15 15:21:05 2019 +0100 (2019-11-15) |
parents | 6135577f4d08 |
children | 6de35f9c4eab |
line diff
1.1 --- a/wordpress/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/wordpress/receipt Fri Nov 15 15:21:05 2019 +0100 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()