wok-current rev 22549
updated blogotext (2.0.0.0 -> 3.7.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 09:02:06 2020 +0100 (2020-01-04) |
parents | 3106f28dae98 |
children | 60c686000453 |
files | blogotext/receipt |
line diff
1.1 --- a/blogotext/receipt Sat Jan 04 08:45:04 2020 +0100 1.2 +++ b/blogotext/receipt Sat Jan 04 09:02:06 2020 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="blogotext" 1.7 -VERSION="2.0.0.0" 1.8 +VERSION="3.7.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Simple blog engine." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="https://github.com/BlogoText/blogotext" 1.14 -TARBALL="$PACKAGE-$VERSION.zip" 1.15 -WGET_URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 +WGET_URL="$WEB_SITE/archives/$VERSION.tar.gz" 1.18 1.19 DEPENDS="php-gd" 1.20 BUILD_DEPENDS="" 1.21 @@ -17,13 +17,8 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/var/www/blogotext 1.25 - cp -a $src/* $fs/var/www/blogotext/ 1.26 + cp -a $src/* $fs/var/www/blogotext/ 1.27 + 1.28 find $fs -type f -exec chmod a-x \{\} \; 1.29 chown -R 80.80 $fs/var/www/blogotext 1.30 } 1.31 - 1.32 -## ----------------------------------------------------------------------- 1.33 -## Revision: 03/Aug/2017 - SliTaz DevTeam. 1.34 -## URL: "https://lehollandaisvolant.net/blogotext" is OFF. 1.35 -## This looks good? => https://github.com/BlogoText/blogotext 1.36 -## !! Please, remove this after you update. Thank you.