wok-6.x rev 23788
updated yaws (2.0.6 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 22 07:29:56 2020 +0100 (2020-05-22) |
parents | 0a8fc7cb7244 |
children | d499c84f85cf |
files | yaws/receipt |
line diff
1.1 --- a/yaws/receipt Fri May 22 07:12:48 2020 +0100 1.2 +++ b/yaws/receipt Fri May 22 07:29:56 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yaws" 1.7 -VERSION="2.0.6" 1.8 +VERSION="2.0.7" 1.9 CATEGORY="development" 1.10 TAGS="webserver" 1.11 SHORT_DESC="Webserver for dynamic content written in Erlang." 1.12 @@ -10,10 +10,10 @@ 1.13 WEB_SITE="http://yaws.hyber.org" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="$WEB_SITE/download/$TARBALL" 1.17 +WGET_URL="https://github.com/erlyaws/$PACKAGE/archive/$TARBALL" 1.18 1.19 DEPENDS="erlang pam pkg-config" 1.20 -BUILD_DEPENDS="erlang gawk pam-dev" 1.21 +BUILD_DEPENDS="autoconf automake erlang gawk libtool pam-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()