wok rev 22157

updated xdg-user-dirs (0.14 -> 0.17)
author Hans-G?nter Theisgen
date Thu Nov 07 10:01:05 2019 +0100 (2019-11-07)
parents 0a80e84555e0
children b34859d087d1
files xdg-user-dirs/receipt
line diff
     1.1 --- a/xdg-user-dirs/receipt	Thu Nov 07 08:57:37 2019 +0100
     1.2 +++ b/xdg-user-dirs/receipt	Thu Nov 07 10:01:05 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xdg-user-dirs"
     1.7 -VERSION="0.14"
     1.8 +VERSION="0.17"
     1.9  CATEGORY="utilities"
    1.10  LICENSE="GPL"
    1.11  SHORT_DESC="Tool to help manage user directories."
    1.12  MAINTAINER="yuripourre@gmail.com"
    1.13 +WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs"
    1.17 -WGET_URL="http://user-dirs.freedesktop.org/releases/$TARBALL"
    1.18 +WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="gawk"
    1.22 +BUILD_DEPENDS="autoconf gawk"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure \
    1.28 +	./autogen.sh			\
    1.29 +		--disable-documentation	\
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$DESTDIR install