wok diff dokuwiki/receipt @ rev 21989
fasm: build fasmarm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 15 18:06:41 2019 +0200 (2019-10-15) |
parents | eb8067417980 |
children | d8c511e24c20 |
line diff
1.1 --- a/dokuwiki/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/dokuwiki/receipt Tue Oct 15 18:06:41 2019 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dokuwiki" 1.7 -VERSION="2012-01-25" 1.8 +VERSION="20180422b" 1.9 CATEGORY="development" 1.10 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.dokuwiki.org/dokuwiki" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tgz" 1.16 -WEB_SITE="http://www.splitbrain.org/projects/dokuwiki" 1.17 -WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL" 1.18 +WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 @@ -17,4 +18,3 @@ 1.23 cp -a $src $fs/var/www/dokuwiki 1.24 chown www.www -R $fs/var/www 1.25 } 1.26 -